Html Css Color HEX #696F82 Storm Grey

📋 copy color: '#696F82'

red 105 ◦ green 111 ◦ blue 130

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

Shades of Storm Grey #696F82

Tints of Storm Grey #696F82

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.08%

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

R = 30.35%
G = 32.08%
B = 37.57%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#696F82 (or 0x696F82) is known color: Storm Grey. HEX triplet: 69, 6F and 82. RGB value is (105,111,130). Sum of RGB (Red+Green+Blue) = 105+111+130=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #696F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F82 is #96907D. Grayscale: #6F6F6F. Windows color (decimal): -9867390 or 8548201. OLE color: 8548201.

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

Color convert

RGB 105 111 130 -
CMYK 0.19 0.15 0 0.49
HSL 225.6º 0.11% 0.46% -
HSV(B) 225.6º 0.19% 0.51% -
XYZ 15.54 15.98 23.39 -
YUV 111.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 105 111 130 0.19 0.15 0 0.49 225.6 0.11 0.46
Hex 69 6F 82 13 F 0 31 E2 B 2E
Octal 151 157 202 23 17 0 61 342 13 56
Binary 1101001 1101111 10000010 10011 1111 0 110001 11100010 1011 101110

Color Harmonies of #696F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F82

Black with #696F82

Text Example


Text Example

White with #696F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,111,130); }

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

background-color css

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

 a { background-color: rgb(105,111,130); }

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

border-color css

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

 span { border-color: rgb(105,111,130); }

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