Html Css Color HEX #65798E Slate Grey

📋 copy color: '#65798E'

red 101 ◦ green 121 ◦ blue 142

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

Shades of Slate Grey #65798E

Tints of Slate Grey #65798E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.24%

 BLUE value IS 142 (55.86% from 255) = 39.01%

R = 27.75%
G = 33.24%
B = 39.01%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65798E (or 0x65798E) is known color: Slate Grey. HEX triplet: 65, 79 and 8E. RGB value is (101,121,142). Sum of RGB (Red+Green+Blue) = 101+121+142=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #65798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65798E is #9A8671. Grayscale: #757575. Windows color (decimal): -10126962 or 9337189. OLE color: 9337189.

HSL color Cylindrical-coordinate representation of color #65798E: hue angle of 210.73º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65798E is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 121 142 -
CMYK 0.29 0.15 0 0.44
HSL 210.73º 0.17% 0.48% -
HSV(B) 210.73º 0.29% 0.56% -
XYZ 17.09 18.39 28.24 -
YUV 117.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 101 121 142 0.29 0.15 0 0.44 210.73 0.17 0.48
Hex 65 79 8E 1D F 0 2C D3 11 30
Octal 145 171 216 35 17 0 54 323 21 60
Binary 1100101 1111001 10001110 11101 1111 0 101100 11010011 10001 110000

Color Harmonies of #65798E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65798E

Black with #65798E

Text Example


Text Example

White with #65798E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,121,142); }

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

background-color css

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

 a { background-color: rgb(101,121,142); }

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

border-color css

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

 span { border-color: rgb(101,121,142); }

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