#639993

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

Shades of Cadet Blue #639993

Tints of Cadet Blue #639993

Color information

#639993 (or 0x639993) is unknown color: approx Cadet Blue. HEX triplet: 63, 99 and 93. RGB value is (99,153,147). Sum of RGB (Red+Green+Blue) = 99+153+147=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #639993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639993 is #9C666C. Grayscale: #888888. Windows color (decimal): -10249837 or 9673059. OLE color: 9673059.

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

Color convert

RGB99153147-
CMYK0.3500.040.4
HSL173.33º21.43%49.41%-
HSV(B)173.33º35.29%60%-
XYZ21.827.5431.77-
YUV136.17134.11101.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.81%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=24.81%
G=38.35%
B=36.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991531470.3500.040.4173.3321.4349.41
Hex639993230428ad1531
Octal1432312234304502552561
Binary1100011100110011001001110001101001010001010110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639993; }

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

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

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

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

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

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

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

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