Html Css Color HEX #66768A Slate Grey

📋 copy color: '#66768A'

red 102 ◦ green 118 ◦ blue 138

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

Shades of Slate Grey #66768A

Tints of Slate Grey #66768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

 BLUE value IS 138 (54.3% from 255) = 38.55%

R = 28.49%
G = 32.96%
B = 38.55%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#66768A (or 0x66768A) is known color: Slate Grey. HEX triplet: 66, 76 and 8A. RGB value is (102,118,138). Sum of RGB (Red+Green+Blue) = 102+118+138=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #66768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66768A is #998975. Grayscale: #737373. Windows color (decimal): -10062198 or 9074278. OLE color: 9074278.

HSL color Cylindrical-coordinate representation of color #66768A: hue angle of 213.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66768A is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 118 138 -
CMYK 0.26 0.14 0 0.46
HSL 213.33º 0.15% 0.47% -
HSV(B) 213.33º 0.26% 0.54% -
XYZ 16.55 17.62 26.57 -
YUV 115.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 102 118 138 0.26 0.14 0 0.46 213.33 0.15 0.47
Hex 66 76 8A 1A E 0 2E D5 F 2F
Octal 146 166 212 32 16 0 56 325 17 57
Binary 1100110 1110110 10001010 11010 1110 0 101110 11010101 1111 101111

Color Harmonies of #66768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66768A

Black with #66768A

Text Example


Text Example

White with #66768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66768A; }

 p { color: rgb(102,118,138); }

 H1.HeaderClassName
 {
   color: #66768A;
 }
 .AnyTagClassName
 {
   color: #66768A;
 }
</style>

background-color css

<style>
 a { background-color: #66768A; }

 a { background-color: rgb(102,118,138); }

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

border-color css

<style>
 span { border-color: #66768A; }

 span { border-color: rgb(102,118,138); }

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