#638BBF

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

Shades of Danube #638BBF

Tints of Danube #638BBF

Color information

#638BBF (or 0x638BBF) is unknown color: approx Danube. HEX triplet: 63, 8B and BF. RGB value is (99,139,191). Sum of RGB (Red+Green+Blue) = 99+139+191=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #638BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BBF is #9C7440. Grayscale: #848484. Windows color (decimal): -10253377 or 12553059. OLE color: 12553059.

HSL color Cylindrical-coordinate representation of color #638BBF: hue angle of 213.91º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #638BBF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99139191-
CMYK0.480.2700.25
HSL213.91º41.82%56.86%-
HSV(B)213.91º48.17%74.9%-
XYZ23.7824.8852.84-
YUV132.97160.75103.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.08%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 191 (75% from 255) = 44.52%
R=23.08%
G=32.40%
B=44.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991391910.480.2700.25213.9141.8256.86
Hex638BBF301B019d62a39
Octal14321327760330313265271
Binary110001110001011101111111100001101101100111010110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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