Html Css Color HEX #6F7682 Storm Grey

📋 copy color: '#6F7682'

red 111 ◦ green 118 ◦ blue 130

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

Shades of Storm Grey #6F7682

Tints of Storm Grey #6F7682

RGB

 RED value IS 111 (43.75% from 255) = 30.92%

 GREEN value IS 118 (46.48% from 255) = 32.87%

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

R = 30.92%
G = 32.87%
B = 36.21%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6F7682 (or 0x6F7682) is known color: Storm Grey. HEX triplet: 6F, 76 and 82. RGB value is (111,118,130). Sum of RGB (Red+Green+Blue) = 111+118+130=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F7682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7682 is #90897D. Grayscale: #757575. Windows color (decimal): -9472382 or 8549999. OLE color: 8549999.

HSL color Cylindrical-coordinate representation of color #6F7682: hue angle of 217.89º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F7682 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 118 130 -
CMYK 0.15 0.09 0 0.49
HSL 217.89º 0.08% 0.47% -
HSV(B) 217.89º 0.15% 0.51% -
XYZ 17.06 17.95 23.68 -
YUV 117.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 111 118 130 0.15 0.09 0 0.49 217.89 0.08 0.47
Hex 6F 76 82 F 9 0 31 DA 8 2F
Octal 157 166 202 17 11 0 61 332 10 57
Binary 1101111 1110110 10000010 1111 1001 0 110001 11011010 1000 101111

Color Harmonies of #6F7682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7682

Black with #6F7682

Text Example


Text Example

White with #6F7682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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