Html Css Color HEX #696F83 Storm Grey

📋 copy color: '#696F83'

red 105 ◦ green 111 ◦ blue 131

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

Shades of Storm Grey #696F83

Tints of Storm Grey #696F83

RGB

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

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

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

R = 30.26%
G = 31.99%
B = 37.75%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#696F83 (or 0x696F83) is known color: Storm Grey. HEX triplet: 69, 6F and 83. RGB value is (105,111,131). Sum of RGB (Red+Green+Blue) = 105+111+131=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #696F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F83 is #96907C. Grayscale: #6F6F6F. Windows color (decimal): -9867389 or 8613737. OLE color: 8613737.

HSL color Cylindrical-coordinate representation of color #696F83: hue angle of 226.15º 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 #696F83 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 111 131 -
CMYK 0.20 0.15 0 0.49
HSL 226.15º 0.11% 0.46% -
HSV(B) 226.15º 0.2% 0.51% -
XYZ 15.61 16.01 23.74 -
YUV 111.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 105 111 131 0.20 0.15 0 0.49 226.15 0.11 0.46
Hex 69 6F 83 14 F 0 31 E2 B 2E
Octal 151 157 203 24 17 0 61 342 13 56
Binary 1101001 1101111 10000011 10100 1111 0 110001 11100010 1011 101110

Color Harmonies of #696F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F83

Black with #696F83

Text Example


Text Example

White with #696F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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