Html Css Color HEX #65979E Cadet Blue

📋 copy color: '#65979E'

red 101 ◦ green 151 ◦ blue 158

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

Shades of Cadet Blue #65979E

Tints of Cadet Blue #65979E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.54%

R = 24.63%
G = 36.83%
B = 38.54%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65979E (or 0x65979E) is known color: Cadet Blue. HEX triplet: 65, 97 and 9E. RGB value is (101,151,158). Sum of RGB (Red+Green+Blue) = 101+151+158=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 158 - color contains mainly: blue. Hex color #65979E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65979E is #9A6861. Grayscale: #888888. Windows color (decimal): -10119266 or 10393445. OLE color: 10393445.

HSL color Cylindrical-coordinate representation of color #65979E: hue angle of 187.37º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65979E is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 151 158 -
CMYK 0.36 0.04 0 0.38
HSL 187.37º 0.23% 0.51% -
HSV(B) 187.37º 0.36% 0.62% -
XYZ 22.6 27.37 36.44 -
YUV 136.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 101 151 158 0.36 0.04 0 0.38 187.37 0.23 0.51
Hex 65 97 9E 24 4 0 26 BB 17 33
Octal 145 227 236 44 4 0 46 273 27 63
Binary 1100101 10010111 10011110 100100 100 0 100110 10111011 10111 110011

Color Harmonies of #65979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65979E

Black with #65979E

Text Example


Text Example

White with #65979E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65979E; }

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

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

background-color css

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

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

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

border-color css

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

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

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