Html Css Color HEX #65788E Slate Grey

📋 copy color: '#65788E'

red 101 ◦ green 120 ◦ blue 142

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

Shades of Slate Grey #65788E

Tints of Slate Grey #65788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.06%

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

R = 27.82%
G = 33.06%
B = 39.12%

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

#65788E (or 0x65788E) is known color: Slate Grey. HEX triplet: 65, 78 and 8E. RGB value is (101,120,142). Sum of RGB (Red+Green+Blue) = 101+120+142=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 142 - color contains mainly: blue. Hex color #65788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65788E is #9A8771. Grayscale: #747474. Windows color (decimal): -10127218 or 9336933. OLE color: 9336933.

HSL color Cylindrical-coordinate representation of color #65788E: hue angle of 212.2º 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 #65788E is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 120 142 -
CMYK 0.29 0.15 0 0.44
HSL 212.2º 0.17% 0.48% -
HSV(B) 212.2º 0.29% 0.56% -
XYZ 16.97 18.15 28.2 -
YUV 116.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 101 120 142 0.29 0.15 0 0.44 212.2 0.17 0.48
Hex 65 78 8E 1D F 0 2C D4 11 30
Octal 145 170 216 35 17 0 54 324 21 60
Binary 1100101 1111000 10001110 11101 1111 0 101100 11010100 10001 110000

Color Harmonies of #65788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65788E

Black with #65788E

Text Example


Text Example

White with #65788E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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