Html Css Color HEX #6A6F87 Storm Grey

📋 copy color: '#6A6F87'

red 106 ◦ green 111 ◦ blue 135

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

Shades of Storm Grey #6A6F87

Tints of Storm Grey #6A6F87

RGB

 RED value IS 106 (41.8% from 255) = 30.11%

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

 BLUE value IS 135 (53.13% from 255) = 38.35%

R = 30.11%
G = 31.53%
B = 38.35%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6A6F87 (or 0x6A6F87) is known color: Storm Grey. HEX triplet: 6A, 6F and 87. RGB value is (106,111,135). Sum of RGB (Red+Green+Blue) = 106+111+135=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A6F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6F87 is #959078. Grayscale: #707070. Windows color (decimal): -9801849 or 8875882. OLE color: 8875882.

HSL color Cylindrical-coordinate representation of color #6A6F87: hue angle of 229.66º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A6F87 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 111 135 -
CMYK 0.21 0.18 0 0.47
HSL 229.66º 0.12% 0.47% -
HSV(B) 229.66º 0.21% 0.53% -
XYZ 16 16.18 25.2 -
YUV 112.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 106 111 135 0.21 0.18 0 0.47 229.66 0.12 0.47
Hex 6A 6F 87 15 12 0 2F E6 C 2F
Octal 152 157 207 25 22 0 57 346 14 57
Binary 1101010 1101111 10000111 10101 10010 0 101111 11100110 1100 101111

Color Harmonies of #6A6F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6F87

Black with #6A6F87

Text Example


Text Example

White with #6A6F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A6F87; }

 p { color: rgb(106,111,135); }

 H1.HeaderClassName
 {
   color: #6A6F87;
 }
 .AnyTagClassName
 {
   color: #6A6F87;
 }
</style>

background-color css

<style>
 a { background-color: #6A6F87; }

 a { background-color: rgb(106,111,135); }

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

border-color css

<style>
 span { border-color: #6A6F87; }

 span { border-color: rgb(106,111,135); }

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