Html Css Color HEX #659795 Cadet Blue

📋 copy color: '#659795'

red 101 ◦ green 151 ◦ blue 149

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

Shades of Cadet Blue #659795

Tints of Cadet Blue #659795

RGB

 RED value IS 101 (39.84% from 255) = 25.19%

 GREEN value IS 151 (59.38% from 255) = 37.66%

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

R = 25.19%
G = 37.66%
B = 37.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#659795 (or 0x659795) is known color: Cadet Blue. HEX triplet: 65, 97 and 95. RGB value is (101,151,149). Sum of RGB (Red+Green+Blue) = 101+151+149=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #659795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659795 is #9A686A. Grayscale: #878787. Windows color (decimal): -10119275 or 9803621. OLE color: 9803621.

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

Color convert

RGB 101 151 149 -
CMYK 0.33 0 0.01 0.41
HSL 177.6º 0.2% 0.49% -
HSV(B) 177.6º 0.33% 0.59% -
XYZ 21.86 27.07 32.51 -
YUV 135.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 101 151 149 0.33 0 0.01 0.41 177.6 0.2 0.49
Hex 65 97 95 21 0 1 29 B2 14 31
Octal 145 227 225 41 0 1 51 262 24 61
Binary 1100101 10010111 10010101 100001 0 1 101001 10110010 10100 110001

Color Harmonies of #659795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659795

Black with #659795

Text Example


Text Example

White with #659795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659795; }

 p { color: rgb(101,151,149); }

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

background-color css

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

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

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

border-color css

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

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

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