#639899

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

Shades of Cadet Blue #639899

Tints of Cadet Blue #639899

Color information

#639899 (or 0x639899) is unknown color: approx Cadet Blue. HEX triplet: 63, 98 and 99. RGB value is (99,152,153). Sum of RGB (Red+Green+Blue) = 99+152+153=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #639899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639899 is #9C6766. Grayscale: #888888. Windows color (decimal): -10250087 or 10066019. OLE color: 10066019.

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

Color convert

RGB99152153-
CMYK0.350.0100.4
HSL181.11º21.43%49.41%-
HSV(B)181.11º35.29%60%-
XYZ22.1227.4134.26-
YUV136.27137.44101.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.50%
GREEN value IS 152 (59.77% from 255) = 37.62%
BLUE value IS 153 (60.16% from 255) = 37.87%
R=24.50%
G=37.62%
B=37.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991521530.350.0100.4181.1121.4349.41
Hex639899231028b51531
Octal1432302314310502652561
Binary11000111001100010011001100011101010001011010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639899; }

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

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

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

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

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

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

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

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