#639BA2

Color #639BA2 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #639BA2

Tints of Cadet Blue #639BA2

Color information

#639BA2 (or 0x639BA2) is unknown color: approx Cadet Blue. HEX triplet: 63, 9B and A2. RGB value is (99,155,162). Sum of RGB (Red+Green+Blue) = 99+155+162=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 162 - color contains mainly: blue. Hex color #639BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639BA2 is #9C645D. Grayscale: #8A8A8A. Windows color (decimal): -10249310 or 10656611. OLE color: 10656611.

HSL color Cylindrical-coordinate representation of color #639BA2: hue angle of 186.67º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #639BA2 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB99155162-
CMYK0.390.0400.36
HSL186.67º25.3%51.18%-
HSV(B)186.67º38.89%63.53%-
XYZ23.3928.738.49-
YUV139.05140.9599.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.80%
GREEN value IS 155 (60.94% from 255) = 37.26%
BLUE value IS 162 (63.67% from 255) = 38.94%
R=23.80%
G=37.26%
B=38.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991551620.390.0400.36186.6725.351.18
Hex639BA2274024bb1933
Octal1432332424740442733163
Binary1100011100110111010001010011110001001001011101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639BA2; }

 p { color: rgb(99,155,162); }

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

<style>
 a { background-color: #639BA2; }

 a { background-color: rgb(99,155,162); }

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

<style>
 span { border-color: #639BA2; }

 span { border-color: rgb(99,155,162); }

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