#649EAA

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

Shades of Cadet Blue #649EAA

Tints of Cadet Blue #649EAA

Color information

#649EAA (or 0x649EAA) is unknown color: approx Cadet Blue. HEX triplet: 64, 9E and AA. RGB value is (100,158,170). Sum of RGB (Red+Green+Blue) = 100+158+170=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #649EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649EAA is #9B6155. Grayscale: #8D8D8D. Windows color (decimal): -10182998 or 11181668. OLE color: 11181668.

HSL color Cylindrical-coordinate representation of color #649EAA: hue angle of 190.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #649EAA is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100158170-
CMYK0.410.0700.33
HSL190.29º29.17%52.94%-
HSV(B)190.29º41.18%66.67%-
XYZ24.7430.0742.53-
YUV142.03143.7898.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.36%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=23.36%
G=36.92%
B=39.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001581700.410.0700.33190.2929.1752.94
Hex649EAA297021be1d35
Octal1442362525170412763565
Binary1100100100111101010101010100111101000011011111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649EAA; }

 p { color: rgb(100,158,170); }

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

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

 a { background-color: rgb(100,158,170); }

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

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

 span { border-color: rgb(100,158,170); }

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