#639497

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

Shades of Cadet Blue #639497

Tints of Cadet Blue #639497

Color information

#639497 (or 0x639497) is unknown color: approx Cadet Blue. HEX triplet: 63, 94 and 97. RGB value is (99,148,151). Sum of RGB (Red+Green+Blue) = 99+148+151=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #639497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639497 is #9C6B68. Grayscale: #858585. Windows color (decimal): -10251113 or 9933923. OLE color: 9933923.

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

Color convert

RGB99148151-
CMYK0.340.0200.41
HSL183.46º20.8%49.02%-
HSV(B)183.46º34.44%59.22%-
XYZ21.3226.0733.19-
YUV133.69137.77103.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.87%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 151 (59.38% from 255) = 37.94%
R=24.87%
G=37.19%
B=37.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991481510.340.0200.41183.4620.849.02
Hex639497222029b71531
Octal1432242274220512672561
Binary110001110010100100101111000101001010011011011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639497; }

 p { color: rgb(99,148,151); }

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

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

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

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

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

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

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