Html Css Color HEX #65819C Slate Grey

📋 copy color: '#65819C'

red 101 ◦ green 129 ◦ blue 156

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

Shades of Slate Grey #65819C

Tints of Slate Grey #65819C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.42%

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

R = 26.17%
G = 33.42%
B = 40.41%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65819C (or 0x65819C) is known color: Slate Grey. HEX triplet: 65, 81 and 9C. RGB value is (101,129,156). Sum of RGB (Red+Green+Blue) = 101+129+156=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #65819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65819C is #9A7E63. Grayscale: #7B7B7B. Windows color (decimal): -10124900 or 10256741. OLE color: 10256741.

HSL color Cylindrical-coordinate representation of color #65819C: hue angle of 209.45º 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 #65819C is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 129 156 -
CMYK 0.35 0.17 0 0.39
HSL 209.45º 0.22% 0.5% -
HSV(B) 209.45º 0.35% 0.61% -
XYZ 19.22 20.87 34.47 -
YUV 123.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 101 129 156 0.35 0.17 0 0.39 209.45 0.22 0.5
Hex 65 81 9C 23 11 0 27 D1 16 32
Octal 145 201 234 43 21 0 47 321 26 62
Binary 1100101 10000001 10011100 100011 10001 0 100111 11010001 10110 110010

Color Harmonies of #65819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65819C

Black with #65819C

Text Example


Text Example

White with #65819C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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