Html Css Color HEX #66819C Slate Grey

📋 copy color: '#66819C'

red 102 ◦ green 129 ◦ blue 156

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

Shades of Slate Grey #66819C

Tints of Slate Grey #66819C

RGB

 RED value IS 102 (40.23% from 255) = 26.36%

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

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

R = 26.36%
G = 33.33%
B = 40.31%

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

#66819C (or 0x66819C) is known color: Slate Grey. HEX triplet: 66, 81 and 9C. RGB value is (102,129,156). Sum of RGB (Red+Green+Blue) = 102+129+156=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #66819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66819C is #997E63. Grayscale: #7B7B7B. Windows color (decimal): -10059364 or 10256742. OLE color: 10256742.

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

Color convert

RGB 102 129 156 -
CMYK 0.35 0.17 0 0.39
HSL 210º 0.21% 0.51% -
HSV(B) 210º 0.35% 0.61% -
XYZ 19.33 20.93 34.47 -
YUV 124.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 102 129 156 0.35 0.17 0 0.39 210 0.21 0.51
Hex 66 81 9C 23 11 0 27 D2 15 33
Octal 146 201 234 43 21 0 47 322 25 63
Binary 1100110 10000001 10011100 100011 10001 0 100111 11010010 10101 110011

Color Harmonies of #66819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66819C

Black with #66819C

Text Example


Text Example

White with #66819C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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