Html Css Color HEX #649599 Cadet Blue

📋 copy color: '#649599'

red 100 ◦ green 149 ◦ blue 153

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

Shades of Cadet Blue #649599

Tints of Cadet Blue #649599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.06%

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 24.88%
G = 37.06%
B = 38.06%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#649599 (or 0x649599) is known color: Cadet Blue. HEX triplet: 64, 95 and 99. RGB value is (100,149,153). Sum of RGB (Red+Green+Blue) = 100+149+153=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #649599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649599 is #9B6A66. Grayscale: #868686. Windows color (decimal): -10185319 or 10065252. OLE color: 10065252.

HSL color Cylindrical-coordinate representation of color #649599: hue angle of 184.53º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649599 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 149 153 -
CMYK 0.35 0.03 0 0.4
HSL 184.53º 0.21% 0.5% -
HSV(B) 184.53º 0.35% 0.6% -
XYZ 21.75 26.5 34.11 -
YUV 134.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 100 149 153 0.35 0.03 0 0.4 184.53 0.21 0.5
Hex 64 95 99 23 3 0 28 B9 15 32
Octal 144 225 231 43 3 0 50 271 25 62
Binary 1100100 10010101 10011001 100011 11 0 101000 10111001 10101 110010

Color Harmonies of #649599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649599

Black with #649599

Text Example


Text Example

White with #649599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649599; }

 p { color: rgb(100,149,153); }

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

background-color css

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

 a { background-color: rgb(100,149,153); }

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

border-color css

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

 span { border-color: rgb(100,149,153); }

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