#649BA5

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

Shades of Cadet Blue #649BA5

Tints of Cadet Blue #649BA5

Color information

#649BA5 (or 0x649BA5) is unknown color: approx Cadet Blue. HEX triplet: 64, 9B and A5. RGB value is (100,155,165). Sum of RGB (Red+Green+Blue) = 100+155+165=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 165 - color contains mainly: blue. Hex color #649BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649BA5 is #9B645A. Grayscale: #8B8B8B. Windows color (decimal): -10183771 or 10853220. OLE color: 10853220.

HSL color Cylindrical-coordinate representation of color #649BA5: hue angle of 189.23º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #649BA5 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB100155165-
CMYK0.390.0600.35
HSL189.23º26.53%51.96%-
HSV(B)189.23º39.39%64.71%-
XYZ23.7728.8739.92-
YUV139.7142.2899.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.81%
GREEN value IS 155 (60.94% from 255) = 36.90%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=23.81%
G=36.90%
B=39.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001551650.390.0600.35189.2326.5351.96
Hex649BA5276023bd1b34
Octal1442332454760432753364
Binary1100100100110111010010110011111001000111011110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,155,165); }

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

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

 a { background-color: rgb(100,155,165); }

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

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

 span { border-color: rgb(100,155,165); }

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