Html Css Color HEX #649497 Cadet Blue

📋 copy color: '#649497'

red 100 ◦ green 148 ◦ blue 151

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

Shades of Cadet Blue #649497

Tints of Cadet Blue #649497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

 BLUE value IS 151 (59.38% from 255) = 37.84%

R = 25.06%
G = 37.09%
B = 37.84%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#649497 (or 0x649497) is known color: Cadet Blue. HEX triplet: 64, 94 and 97. RGB value is (100,148,151). Sum of RGB (Red+Green+Blue) = 100+148+151=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 151 - color contains mainly: blue. Hex color #649497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649497 is #9B6B68. Grayscale: #858585. Windows color (decimal): -10185577 or 9933924. OLE color: 9933924.

HSL color Cylindrical-coordinate representation of color #649497: hue angle of 183.53º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649497 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 148 151 -
CMYK 0.34 0.02 0 0.41
HSL 183.53º 0.2% 0.49% -
HSV(B) 183.53º 0.34% 0.59% -
XYZ 21.43 26.12 33.19 -
YUV 133.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 100 148 151 0.34 0.02 0 0.41 183.53 0.2 0.49
Hex 64 94 97 22 2 0 29 B8 14 31
Octal 144 224 227 42 2 0 51 270 24 61
Binary 1100100 10010100 10010111 100010 10 0 101001 10111000 10100 110001

Color Harmonies of #649497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649497

Black with #649497

Text Example


Text Example

White with #649497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649497; }

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

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

background-color css

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

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

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

border-color css

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

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

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