Html Css Color HEX #666074 Smoky

📋 copy color: '#666074'

red 102 ◦ green 96 ◦ blue 116

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

Shades of Smoky #666074

Tints of Smoky #666074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.57%

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 32.48%
G = 30.57%
B = 36.94%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#666074 (or 0x666074) is known color: Smoky. HEX triplet: 66, 60 and 74. RGB value is (102,96,116). Sum of RGB (Red+Green+Blue) = 102+96+116=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 116 - color contains mainly: blue. Hex color #666074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666074 is #999F8B. Grayscale: #646464. Windows color (decimal): -10067852 or 7626854. OLE color: 7626854.

HSL color Cylindrical-coordinate representation of color #666074: hue angle of 258º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #666074 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 96 116 -
CMYK 0.12 0.17 0 0.55
HSL 258º 0.09% 0.42% -
HSV(B) 258º 0.17% 0.45% -
XYZ 12.81 12.45 18.25 -
YUV 100.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 102 96 116 0.12 0.17 0 0.55 258 0.09 0.42
Hex 66 60 74 C 11 0 37 102 9 2A
Octal 146 140 164 14 21 0 67 402 11 52
Binary 1100110 1100000 1110100 1100 10001 0 110111 100000010 1001 101010

Color Harmonies of #666074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666074

Black with #666074

Text Example


Text Example

White with #666074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666074; }

 p { color: rgb(102,96,116); }

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

background-color css

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

 a { background-color: rgb(102,96,116); }

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

border-color css

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

 span { border-color: rgb(102,96,116); }

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