#639996

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

Shades of Cadet Blue #639996

Tints of Cadet Blue #639996

Color information

#639996 (or 0x639996) is unknown color: approx Cadet Blue. HEX triplet: 63, 99 and 96. RGB value is (99,153,150). Sum of RGB (Red+Green+Blue) = 99+153+150=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #639996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639996 is #9C6669. Grayscale: #888888. Windows color (decimal): -10249834 or 9869667. OLE color: 9869667.

HSL color Cylindrical-coordinate representation of color #639996: hue angle of 176.67º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639996 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB99153150-
CMYK0.3500.020.4
HSL176.67º21.43%49.41%-
HSV(B)176.67º35.29%60%-
XYZ22.0427.6433.03-
YUV136.51135.61101.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.63%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=24.63%
G=38.06%
B=37.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991531500.3500.020.4176.6721.4349.41
Hex639996230228b11531
Octal1432312264302502612561
Binary110001110011001100101101000110101010001011000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639996; }

 p { color: rgb(99,153,150); }

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

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

 a { background-color: rgb(99,153,150); }

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

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

 span { border-color: rgb(99,153,150); }

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