#639DAA

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

Shades of Cadet Blue #639DAA

Tints of Cadet Blue #639DAA

Color information

#639DAA (or 0x639DAA) is unknown color: approx Cadet Blue. HEX triplet: 63, 9D and AA. RGB value is (99,157,170). Sum of RGB (Red+Green+Blue) = 99+157+170=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #639DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639DAA is #9C6255. Grayscale: #8D8D8D. Windows color (decimal): -10248790 or 11181411. OLE color: 11181411.

HSL color Cylindrical-coordinate representation of color #639DAA: hue angle of 190.99º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #639DAA is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99157170-
CMYK0.420.0800.33
HSL190.99º29.46%52.75%-
HSV(B)190.99º41.76%66.67%-
XYZ24.4629.6742.47-
YUV141.14144.2897.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.24%
GREEN value IS 157 (61.72% from 255) = 36.85%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=23.24%
G=36.85%
B=39.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991571700.420.0800.33190.9929.4652.75
Hex639DAA2A8021bf1d35
Octal14323525252100412773565
Binary11000111001110110101010101010100001000011011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,157,170); }

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

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

 a { background-color: rgb(99,157,170); }

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

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

 span { border-color: rgb(99,157,170); }

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