Html Css Color HEX #668094 Slate Grey

📋 copy color: '#668094'

red 102 ◦ green 128 ◦ blue 148

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

Shades of Slate Grey #668094

Tints of Slate Grey #668094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 26.98%
G = 33.86%
B = 39.15%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#668094 (or 0x668094) is known color: Slate Grey. HEX triplet: 66, 80 and 94. RGB value is (102,128,148). Sum of RGB (Red+Green+Blue) = 102+128+148=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #668094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668094 is #997F6B. Grayscale: #7A7A7A. Windows color (decimal): -10059628 or 9732198. OLE color: 9732198.

HSL color Cylindrical-coordinate representation of color #668094: hue angle of 206.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #668094 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 128 148 -
CMYK 0.31 0.14 0 0.42
HSL 206.09º 0.18% 0.49% -
HSV(B) 206.09º 0.31% 0.58% -
XYZ 18.54 20.4 30.98 -
YUV 122.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 102 128 148 0.31 0.14 0 0.42 206.09 0.18 0.49
Hex 66 80 94 1F E 0 2A CE 12 31
Octal 146 200 224 37 16 0 52 316 22 61
Binary 1100110 10000000 10010100 11111 1110 0 101010 11001110 10010 110001

Color Harmonies of #668094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668094

Black with #668094

Text Example


Text Example

White with #668094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668094; }

 p { color: rgb(102,128,148); }

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

background-color css

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

 a { background-color: rgb(102,128,148); }

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

border-color css

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

 span { border-color: rgb(102,128,148); }

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