#64939A

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

Shades of Cadet Blue #64939A

Tints of Cadet Blue #64939A

Color information

#64939A (or 0x64939A) is unknown color: approx Cadet Blue. HEX triplet: 64, 93 and 9A. RGB value is (100,147,154). Sum of RGB (Red+Green+Blue) = 100+147+154=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #64939A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64939A is #9B6C65. Grayscale: #858585. Windows color (decimal): -10185830 or 10130276. OLE color: 10130276.

HSL color Cylindrical-coordinate representation of color #64939A: hue angle of 187.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64939A is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB100147154-
CMYK0.350.0500.40
HSL187.78º21.26%49.8%-
HSV(B)187.78º35.06%60.39%-
XYZ21.5225.9134.44-
YUV133.74139.43103.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 154 (60.55% from 255) = 38.40%
R=24.94%
G=36.66%
B=38.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001471540.350.0500.40187.7821.2649.8
Hex64939A235028bc1532
Octal1442232324350502742562
Binary1100100100100111001101010001110101010001011110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64939A; }

 p { color: rgb(100,147,154); }

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

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

 a { background-color: rgb(100,147,154); }

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

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

 span { border-color: rgb(100,147,154); }

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