Html Css Color HEX #696E83 Storm Grey

📋 copy color: '#696E83'

red 105 ◦ green 110 ◦ blue 131

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

Shades of Storm Grey #696E83

Tints of Storm Grey #696E83

RGB

 RED value IS 105 (41.41% from 255) = 30.35%

 GREEN value IS 110 (43.36% from 255) = 31.79%

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

R = 30.35%
G = 31.79%
B = 37.86%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#696E83 (or 0x696E83) is known color: Storm Grey. HEX triplet: 69, 6E and 83. RGB value is (105,110,131). Sum of RGB (Red+Green+Blue) = 105+110+131=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #696E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E83 is #96917C. Grayscale: #6E6E6E. Windows color (decimal): -9867645 or 8613481. OLE color: 8613481.

HSL color Cylindrical-coordinate representation of color #696E83: hue angle of 228.46º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #696E83 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 110 131 -
CMYK 0.20 0.16 0 0.49
HSL 228.46º 0.11% 0.46% -
HSV(B) 228.46º 0.2% 0.51% -
XYZ 15.5 15.79 23.7 -
YUV 110.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 105 110 131 0.20 0.16 0 0.49 228.46 0.11 0.46
Hex 69 6E 83 14 10 0 31 E4 B 2E
Octal 151 156 203 24 20 0 61 344 13 56
Binary 1101001 1101110 10000011 10100 10000 0 110001 11100100 1011 101110

Color Harmonies of #696E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E83

Black with #696E83

Text Example


Text Example

White with #696E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696E83; }

 p { color: rgb(105,110,131); }

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

background-color css

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

 a { background-color: rgb(105,110,131); }

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

border-color css

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

 span { border-color: rgb(105,110,131); }

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