Html Css Color HEX #66778C Slate Grey

📋 copy color: '#66778C'

red 102 ◦ green 119 ◦ blue 140

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

Shades of Slate Grey #66778C

Tints of Slate Grey #66778C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.96%

 BLUE value IS 140 (55.08% from 255) = 38.78%

R = 28.25%
G = 32.96%
B = 38.78%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66778C (or 0x66778C) is known color: Slate Grey. HEX triplet: 66, 77 and 8C. RGB value is (102,119,140). Sum of RGB (Red+Green+Blue) = 102+119+140=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #66778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66778C is #998873. Grayscale: #747474. Windows color (decimal): -10061940 or 9205606. OLE color: 9205606.

HSL color Cylindrical-coordinate representation of color #66778C: hue angle of 213.16º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66778C is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 119 140 -
CMYK 0.27 0.15 0 0.45
HSL 213.16º 0.16% 0.47% -
HSV(B) 213.16º 0.27% 0.55% -
XYZ 16.81 17.91 27.38 -
YUV 116.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 102 119 140 0.27 0.15 0 0.45 213.16 0.16 0.47
Hex 66 77 8C 1B F 0 2D D5 10 2F
Octal 146 167 214 33 17 0 55 325 20 57
Binary 1100110 1110111 10001100 11011 1111 0 101101 11010101 10000 101111

Color Harmonies of #66778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66778C

Black with #66778C

Text Example


Text Example

White with #66778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,119,140); }

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

background-color css

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

 a { background-color: rgb(102,119,140); }

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

border-color css

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

 span { border-color: rgb(102,119,140); }

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