Html Css Color HEX #696F89 Storm Grey

📋 copy color: '#696F89'

red 105 ◦ green 111 ◦ blue 137

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

Shades of Storm Grey #696F89

Tints of Storm Grey #696F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.81%

R = 29.75%
G = 31.44%
B = 38.81%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#696F89 (or 0x696F89) is known color: Storm Grey. HEX triplet: 69, 6F and 89. RGB value is (105,111,137). Sum of RGB (Red+Green+Blue) = 105+111+137=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 137 - color contains mainly: blue. Hex color #696F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F89 is #969076. Grayscale: #707070. Windows color (decimal): -9867383 or 9006953. OLE color: 9006953.

HSL color Cylindrical-coordinate representation of color #696F89: hue angle of 228.75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696F89 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 111 137 -
CMYK 0.23 0.19 0 0.46
HSL 228.75º 0.13% 0.47% -
HSV(B) 228.75º 0.23% 0.54% -
XYZ 16.03 16.18 25.95 -
YUV 112.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 105 111 137 0.23 0.19 0 0.46 228.75 0.13 0.47
Hex 69 6F 89 17 13 0 2E E5 D 2F
Octal 151 157 211 27 23 0 56 345 15 57
Binary 1101001 1101111 10001001 10111 10011 0 101110 11100101 1101 101111

Color Harmonies of #696F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F89

Black with #696F89

Text Example


Text Example

White with #696F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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