Html Css Color HEX #659697 Cadet Blue

📋 copy color: '#659697'

red 101 ◦ green 150 ◦ blue 151

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

Shades of Cadet Blue #659697

Tints of Cadet Blue #659697

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.31%

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

R = 25.12%
G = 37.31%
B = 37.56%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#659697 (or 0x659697) is known color: Cadet Blue. HEX triplet: 65, 96 and 97. RGB value is (101,150,151). Sum of RGB (Red+Green+Blue) = 101+150+151=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 151 - color contains mainly: blue. Hex color #659697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659697 is #9A6968. Grayscale: #878787. Windows color (decimal): -10119529 or 9934437. OLE color: 9934437.

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

Color convert

RGB 101 150 151 -
CMYK 0.33 0.01 0 0.41
HSL 181.2º 0.2% 0.49% -
HSV(B) 181.2º 0.33% 0.59% -
XYZ 21.86 26.81 33.3 -
YUV 135.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 101 150 151 0.33 0.01 0 0.41 181.2 0.2 0.49
Hex 65 96 97 21 1 0 29 B5 14 31
Octal 145 226 227 41 1 0 51 265 24 61
Binary 1100101 10010110 10010111 100001 1 0 101001 10110101 10100 110001

Color Harmonies of #659697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659697

Black with #659697

Text Example


Text Example

White with #659697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659697; }

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

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

background-color css

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

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

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

border-color css

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

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

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