Html Css Color HEX #649AA0 Cadet Blue

📋 copy color: '#649AA0'

red 100 ◦ green 154 ◦ blue 160

#649AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #649AA0

Tints of Cadet Blue #649AA0

RGB

 RED value IS 100 (39.45% from 255) = 24.15%

 GREEN value IS 154 (60.55% from 255) = 37.2%

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 24.15%
G = 37.2%
B = 38.65%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#649AA0 (or 0x649AA0) is known color: Cadet Blue. HEX triplet: 64, 9A and A0. RGB value is (100,154,160). Sum of RGB (Red+Green+Blue) = 100+154+160=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 160 - color contains mainly: blue. Hex color #649AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649AA0 is #9B655F. Grayscale: #8A8A8A. Windows color (decimal): -10184032 or 10525284. OLE color: 10525284.

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

Color convert

RGB 100 154 160 -
CMYK 0.38 0.04 0 0.37
HSL 186º 0.24% 0.51% -
HSV(B) 186º 0.38% 0.63% -
XYZ 23.16 28.36 37.51 -
YUV 138.54 140.11 100.51 -
System Red Green Blue C M Y K H S L
Decimal 100 154 160 0.38 0.04 0 0.37 186 0.24 0.51
Hex 64 9A A0 26 4 0 25 BA 18 33
Octal 144 232 240 46 4 0 45 272 30 63
Binary 1100100 10011010 10100000 100110 100 0 100101 10111010 11000 110011

Color Harmonies of #649AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649AA0

Black with #649AA0

Text Example


Text Example

White with #649AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #649AA0;
 }
 .AnyTagClassName
 {
   color: #649AA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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