Html Css Color HEX #66819B Slate Grey

📋 copy color: '#66819B'

red 102 ◦ green 129 ◦ blue 155

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

Shades of Slate Grey #66819B

Tints of Slate Grey #66819B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 26.42%
G = 33.42%
B = 40.16%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66819B (or 0x66819B) is known color: Slate Grey. HEX triplet: 66, 81 and 9B. RGB value is (102,129,155). Sum of RGB (Red+Green+Blue) = 102+129+155=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #66819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66819B is #997E64. Grayscale: #7B7B7B. Windows color (decimal): -10059365 or 10191206. OLE color: 10191206.

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

Color convert

RGB 102 129 155 -
CMYK 0.34 0.17 0 0.39
HSL 209.43º 0.21% 0.5% -
HSV(B) 209.43º 0.34% 0.61% -
XYZ 19.25 20.89 34.03 -
YUV 123.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 102 129 155 0.34 0.17 0 0.39 209.43 0.21 0.5
Hex 66 81 9B 22 11 0 27 D1 15 32
Octal 146 201 233 42 21 0 47 321 25 62
Binary 1100110 10000001 10011011 100010 10001 0 100111 11010001 10101 110010

Color Harmonies of #66819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66819B

Black with #66819B

Text Example


Text Example

White with #66819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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