Html Css Color HEX #649397 Cadet Blue

📋 copy color: '#649397'

red 100 ◦ green 147 ◦ blue 151

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

Shades of Cadet Blue #649397

Tints of Cadet Blue #649397

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 25.13%
G = 36.93%
B = 37.94%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#649397 (or 0x649397) is known color: Cadet Blue. HEX triplet: 64, 93 and 97. RGB value is (100,147,151). Sum of RGB (Red+Green+Blue) = 100+147+151=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #649397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649397 is #9B6C68. Grayscale: #858585. Windows color (decimal): -10185833 or 9933668. OLE color: 9933668.

HSL color Cylindrical-coordinate representation of color #649397: hue angle of 184.71º 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 #649397 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 147 151 -
CMYK 0.34 0.03 0 0.41
HSL 184.71º 0.2% 0.49% -
HSV(B) 184.71º 0.34% 0.59% -
XYZ 21.28 25.81 33.14 -
YUV 133.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 100 147 151 0.34 0.03 0 0.41 184.71 0.2 0.49
Hex 64 93 97 22 3 0 29 B9 14 31
Octal 144 223 227 42 3 0 51 271 24 61
Binary 1100100 10010011 10010111 100010 11 0 101001 10111001 10100 110001

Color Harmonies of #649397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649397

Black with #649397

Text Example


Text Example

White with #649397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649397; }

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

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

background-color css

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

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

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

border-color css

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

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

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