Html Css Color HEX #6F7284 Storm Grey

📋 copy color: '#6F7284'

red 111 ◦ green 114 ◦ blue 132

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

Shades of Storm Grey #6F7284

Tints of Storm Grey #6F7284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

 BLUE value IS 132 (51.95% from 255) = 36.97%

R = 31.09%
G = 31.93%
B = 36.97%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6F7284 (or 0x6F7284) is known color: Storm Grey. HEX triplet: 6F, 72 and 84. RGB value is (111,114,132). Sum of RGB (Red+Green+Blue) = 111+114+132=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F7284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7284 is #908D7B. Grayscale: #737373. Windows color (decimal): -9473404 or 8680047. OLE color: 8680047.

HSL color Cylindrical-coordinate representation of color #6F7284: hue angle of 231.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F7284 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 114 132 -
CMYK 0.16 0.14 0 0.48
HSL 231.43º 0.09% 0.48% -
HSV(B) 231.43º 0.16% 0.52% -
XYZ 16.74 17.08 24.24 -
YUV 115.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 111 114 132 0.16 0.14 0 0.48 231.43 0.09 0.48
Hex 6F 72 84 10 E 0 30 E7 9 30
Octal 157 162 204 20 16 0 60 347 11 60
Binary 1101111 1110010 10000100 10000 1110 0 110000 11100111 1001 110000

Color Harmonies of #6F7284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7284

Black with #6F7284

Text Example


Text Example

White with #6F7284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,114,132); }

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

background-color css

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

 a { background-color: rgb(111,114,132); }

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

border-color css

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

 span { border-color: rgb(111,114,132); }

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