#639B9A

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

Shades of Cadet Blue #639B9A

Tints of Cadet Blue #639B9A

Color information

#639B9A (or 0x639B9A) is unknown color: approx Cadet Blue. HEX triplet: 63, 9B and 9A. RGB value is (99,155,154). Sum of RGB (Red+Green+Blue) = 99+155+154=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #639B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B9A is #9C6465. Grayscale: #8A8A8A. Windows color (decimal): -10249318 or 10132323. OLE color: 10132323.

HSL color Cylindrical-coordinate representation of color #639B9A: hue angle of 178.93º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B9A is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB99155154-
CMYK0.3600.010.39
HSL178.93º22.05%49.8%-
HSV(B)178.93º36.13%60.78%-
XYZ22.728.4334.86-
YUV138.14136.95100.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.26%
GREEN value IS 155 (60.94% from 255) = 37.99%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=24.26%
G=37.99%
B=37.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991551540.3600.010.39178.9322.0549.8
Hex639B9A240127b31632
Octal1432332324401472632662
Binary11000111001101110011010100100011001111011001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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