Html Css Color HEX #65809C Slate Grey

📋 copy color: '#65809C'

red 101 ◦ green 128 ◦ blue 156

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

Shades of Slate Grey #65809C

Tints of Slate Grey #65809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 156 (61.33% from 255) = 40.52%

R = 26.23%
G = 33.25%
B = 40.52%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65809C (or 0x65809C) is known color: Slate Grey. HEX triplet: 65, 80 and 9C. RGB value is (101,128,156). Sum of RGB (Red+Green+Blue) = 101+128+156=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #65809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65809C is #9A7F63. Grayscale: #7A7A7A. Windows color (decimal): -10125156 or 10256485. OLE color: 10256485.

HSL color Cylindrical-coordinate representation of color #65809C: hue angle of 210.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65809C is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 128 156 -
CMYK 0.35 0.18 0 0.39
HSL 210.55º 0.22% 0.5% -
HSV(B) 210.55º 0.35% 0.61% -
XYZ 19.09 20.61 34.42 -
YUV 123.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 101 128 156 0.35 0.18 0 0.39 210.55 0.22 0.5
Hex 65 80 9C 23 12 0 27 D3 16 32
Octal 145 200 234 43 22 0 47 323 26 62
Binary 1100101 10000000 10011100 100011 10010 0 100111 11010011 10110 110010

Color Harmonies of #65809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65809C

Black with #65809C

Text Example


Text Example

White with #65809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65809C; }

 p { color: rgb(101,128,156); }

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

background-color css

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

 a { background-color: rgb(101,128,156); }

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

border-color css

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

 span { border-color: rgb(101,128,156); }

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