Html Css Color HEX #649595 Cadet Blue

📋 copy color: '#649595'

red 100 ◦ green 149 ◦ blue 149

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

Shades of Cadet Blue #649595

Tints of Cadet Blue #649595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 25.13%
G = 37.44%
B = 37.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#649595 (or 0x649595) is known color: Cadet Blue. HEX triplet: 64, 95 and 95. RGB value is (100,149,149). Sum of RGB (Red+Green+Blue) = 100+149+149=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #649595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649595 is #9B6A6A. Grayscale: #868686. Windows color (decimal): -10185323 or 9803108. OLE color: 9803108.

HSL color Cylindrical-coordinate representation of color #649595: hue angle of 180º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649595 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 149 -
CMYK 0.33 0 0 0.42
HSL 180º 0.2% 0.49% -
HSV(B) 180º 0.33% 0.58% -
XYZ 21.43 26.37 32.4 -
YUV 134.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 100 149 149 0.33 0 0 0.42 180 0.2 0.49
Hex 64 95 95 21 0 0 2A B4 14 31
Octal 144 225 225 41 0 0 52 264 24 61
Binary 1100100 10010101 10010101 100001 0 0 101010 10110100 10100 110001

Color Harmonies of #649595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649595

Black with #649595

Text Example


Text Example

White with #649595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649595; }

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

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

background-color css

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

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

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

border-color css

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

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

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