Html Css Color HEX #666D83 Storm Grey

📋 copy color: '#666D83'

red 102 ◦ green 109 ◦ blue 131

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

Shades of Storm Grey #666D83

Tints of Storm Grey #666D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.3%

R = 29.82%
G = 31.87%
B = 38.3%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#666D83 (or 0x666D83) is known color: Storm Grey. HEX triplet: 66, 6D and 83. RGB value is (102,109,131). Sum of RGB (Red+Green+Blue) = 102+109+131=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 131 - color contains mainly: blue. Hex color #666D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D83 is #99927C. Grayscale: #6D6D6D. Windows color (decimal): -10064509 or 8613222. OLE color: 8613222.

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

Color convert

RGB 102 109 131 -
CMYK 0.22 0.17 0 0.49
HSL 225.52º 0.12% 0.46% -
HSV(B) 225.52º 0.22% 0.51% -
XYZ 15.04 15.4 23.65 -
YUV 109.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 102 109 131 0.22 0.17 0 0.49 225.52 0.12 0.46
Hex 66 6D 83 16 11 0 31 E2 C 2E
Octal 146 155 203 26 21 0 61 342 14 56
Binary 1100110 1101101 10000011 10110 10001 0 110001 11100010 1100 101110

Color Harmonies of #666D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666D83

Black with #666D83

Text Example


Text Example

White with #666D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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