#638EBC

Color #638EBC Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #638EBC

Tints of Danube #638EBC

Color information

#638EBC (or 0x638EBC) is unknown color: approx Danube. HEX triplet: 63, 8E and BC. RGB value is (99,142,188). Sum of RGB (Red+Green+Blue) = 99+142+188=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #638EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638EBC is #9C7143. Grayscale: #868686. Windows color (decimal): -10252612 or 12357219. OLE color: 12357219.

HSL color Cylindrical-coordinate representation of color #638EBC: hue angle of 211.01º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #638EBC is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99142188-
CMYK0.470.2400.26
HSL211.01º39.91%56.27%-
HSV(B)211.01º47.34%73.73%-
XYZ23.925.6351.26-
YUV134.39158.25102.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 23.08%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=23.08%
G=33.10%
B=43.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991421880.470.2400.26211.0139.9156.27
Hex638EBC2F1801Ad32838
Octal14321627457300323235070
Binary110001110001110101111001011111100001101011010011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638EBC; }

 p { color: rgb(99,142,188); }

 H1.HeaderClassName
 {
   color: #638EBC;
 }
 .AnyTagClassName
 {
   color: #638EBC;
 }
</style>
background-color css

<style>
 a { background-color: #638EBC; }

 a { background-color: rgb(99,142,188); }

 div.DivClassName
 {
   background-color: #638EBC;
 }
 .BgClassName
 {
   background-color: #638EBC;
 }
</style>
border-color css

<style>
 span { border-color: #638EBC; }

 span { border-color: rgb(99,142,188); }

 td.TdClassName
 {
   border-color: #638EBC;
 }
 .TagClassName
 {
   border-color: #638EBC;
 }
</style>