#638BBC

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

Shades of Danube #638BBC

Tints of Danube #638BBC

Color information

#638BBC (or 0x638BBC) is unknown color: approx Danube. HEX triplet: 63, 8B and BC. RGB value is (99,139,188). Sum of RGB (Red+Green+Blue) = 99+139+188=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #638BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BBC is #9C7443. Grayscale: #848484. Windows color (decimal): -10253380 or 12356451. OLE color: 12356451.

HSL color Cylindrical-coordinate representation of color #638BBC: hue angle of 213.03º 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 #638BBC is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99139188-
CMYK0.470.2600.26
HSL213.03º39.91%56.27%-
HSV(B)213.03º47.34%73.73%-
XYZ23.4624.7551.12-
YUV132.63159.25104.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.24%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 188 (73.83% from 255) = 44.13%
R=23.24%
G=32.63%
B=44.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991391880.470.2600.26213.0339.9156.27
Hex638BBC2F1A01Ad52838
Octal14321327457320323255070
Binary110001110001011101111001011111101001101011010101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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