#649F94

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

Shades of Cadet Blue #649F94

Tints of Cadet Blue #649F94

Color information

#649F94 (or 0x649F94) is unknown color: approx Cadet Blue. HEX triplet: 64, 9F and 94. RGB value is (100,159,148). Sum of RGB (Red+Green+Blue) = 100+159+148=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 159 - color contains mainly: green. Hex color #649F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649F94 is #9B606B. Grayscale: #8C8C8C. Windows color (decimal): -10182764 or 9740132. OLE color: 9740132.

HSL color Cylindrical-coordinate representation of color #649F94: hue angle of 168.81º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649F94 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB100159148-
CMYK0.3700.070.38
HSL168.81º23.51%50.78%-
HSV(B)168.81º37.11%62.35%-
XYZ2329.6432.53-
YUV140.11132.4599.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.57%
GREEN value IS 159 (62.5% from 255) = 39.07%
BLUE value IS 148 (58.20% from 255) = 36.36%
R=24.57%
G=39.07%
B=36.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001591480.3700.070.38168.8123.5150.78
Hex649F94250726a91833
Octal1442372244507462513063
Binary1100100100111111001010010010101111001101010100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,159,148); }

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

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

 a { background-color: rgb(100,159,148); }

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

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

 span { border-color: rgb(100,159,148); }

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