#639499

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

Shades of Cadet Blue #639499

Tints of Cadet Blue #639499

Color information

#639499 (or 0x639499) is unknown color: approx Cadet Blue. HEX triplet: 63, 94 and 99. RGB value is (99,148,153). Sum of RGB (Red+Green+Blue) = 99+148+153=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #639499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639499 is #9C6B66. Grayscale: #858585. Windows color (decimal): -10251111 or 10064995. OLE color: 10064995.

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

Color convert

RGB99148153-
CMYK0.350.0300.4
HSL185.56º21.43%49.41%-
HSV(B)185.56º35.29%60%-
XYZ21.4926.1334.05-
YUV133.92138.77103.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.75%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 153 (60.16% from 255) = 38.25%
R=24.75%
G=37%
B=38.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991481530.350.0300.4185.5621.4349.41
Hex639499233028ba1531
Octal1432242314330502722561
Binary110001110010100100110011000111101010001011101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639499; }

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

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

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

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

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

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

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

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