Html Css Color HEX #666D82 Storm Grey

📋 copy color: '#666D82'

red 102 ◦ green 109 ◦ blue 130

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

Shades of Storm Grey #666D82

Tints of Storm Grey #666D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.96%

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 29.91%
G = 31.96%
B = 38.12%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#666D82 (or 0x666D82) is known color: Storm Grey. HEX triplet: 66, 6D and 82. RGB value is (102,109,130). Sum of RGB (Red+Green+Blue) = 102+109+130=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #666D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D82 is #99927D. Grayscale: #6D6D6D. Windows color (decimal): -10064510 or 8547686. OLE color: 8547686.

HSL color Cylindrical-coordinate representation of color #666D82: hue angle of 225º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #666D82 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 109 130 -
CMYK 0.22 0.16 0 0.49
HSL 225º 0.12% 0.45% -
HSV(B) 225º 0.22% 0.51% -
XYZ 14.98 15.37 23.3 -
YUV 109.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 102 109 130 0.22 0.16 0 0.49 225 0.12 0.45
Hex 66 6D 82 16 10 0 31 E1 C 2D
Octal 146 155 202 26 20 0 61 341 14 55
Binary 1100110 1101101 10000010 10110 10000 0 110001 11100001 1100 101101

Color Harmonies of #666D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666D82

Black with #666D82

Text Example


Text Example

White with #666D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666D82; }

 p { color: rgb(102,109,130); }

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

background-color css

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

 a { background-color: rgb(102,109,130); }

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

border-color css

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

 span { border-color: rgb(102,109,130); }

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