#639999

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

Shades of Cadet Blue #639999

Tints of Cadet Blue #639999

Color information

#639999 (or 0x639999) is unknown color: approx Cadet Blue. HEX triplet: 63, 99 and 99. RGB value is (99,153,153). Sum of RGB (Red+Green+Blue) = 99+153+153=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #639999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639999 is #9C6666. Grayscale: #888888. Windows color (decimal): -10249831 or 10066275. OLE color: 10066275.

HSL color Cylindrical-coordinate representation of color #639999: hue angle of 180º 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 #639999 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB99153153-
CMYK0.35000.4
HSL180º21.43%49.41%-
HSV(B)180º35.29%60%-
XYZ22.2927.7434.32-
YUV136.85137.11101-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.44%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=24.44%
G=37.78%
B=37.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991531530.35000.418021.4349.41
Hex639999230028b41531
Octal1432312314300502642561
Binary11000111001100110011001100011001010001011010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639999; }

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

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

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

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

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

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

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

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