#649AA8

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

Shades of Cadet Blue #649AA8

Tints of Cadet Blue #649AA8

Color information

#649AA8 (or 0x649AA8) is unknown color: approx Cadet Blue. HEX triplet: 64, 9A and A8. RGB value is (100,154,168). Sum of RGB (Red+Green+Blue) = 100+154+168=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 168 - color contains mainly: blue. Hex color #649AA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649AA8 is #9B6557. Grayscale: #8B8B8B. Windows color (decimal): -10184024 or 11049572. OLE color: 11049572.

HSL color Cylindrical-coordinate representation of color #649AA8: hue angle of 192.35º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #649AA8 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB100154168-
CMYK0.400.0800.34
HSL192.35º28.1%52.55%-
HSV(B)192.35º40.48%65.88%-
XYZ23.8828.6541.32-
YUV139.45144.1199.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.70%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 168 (66.02% from 255) = 39.81%
R=23.70%
G=36.49%
B=39.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1001541680.400.0800.34192.3528.152.55
Hex649AA8288022c01c35
Octal14423225050100423003465
Binary11001001001101010101000101000100001000101100000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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