#639995

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

Shades of Cadet Blue #639995

Tints of Cadet Blue #639995

Color information

#639995 (or 0x639995) is unknown color: approx Cadet Blue. HEX triplet: 63, 99 and 95. RGB value is (99,153,149). Sum of RGB (Red+Green+Blue) = 99+153+149=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #639995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639995 is #9C666A. Grayscale: #888888. Windows color (decimal): -10249835 or 9804131. OLE color: 9804131.

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

Color convert

RGB99153149-
CMYK0.3500.030.4
HSL175.56º21.43%49.41%-
HSV(B)175.56º35.29%60%-
XYZ21.9627.6132.6-
YUV136.4135.11101.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.69%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=24.69%
G=38.15%
B=37.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991531490.3500.030.4175.5621.4349.41
Hex639995230328b01531
Octal1432312254303502602561
Binary110001110011001100101011000110111010001011000010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639995; }

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

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

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

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

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

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

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

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