Html Css Color HEX #6F7784 Storm Grey

📋 copy color: '#6F7784'

red 111 ◦ green 119 ◦ blue 132

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

Shades of Storm Grey #6F7784

Tints of Storm Grey #6F7784

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.87%

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

R = 30.66%
G = 32.87%
B = 36.46%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6F7784 (or 0x6F7784) is known color: Storm Grey. HEX triplet: 6F, 77 and 84. RGB value is (111,119,132). Sum of RGB (Red+Green+Blue) = 111+119+132=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F7784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7784 is #90887B. Grayscale: #767676. Windows color (decimal): -9472124 or 8681327. OLE color: 8681327.

HSL color Cylindrical-coordinate representation of color #6F7784: hue angle of 217.14º 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 #6F7784 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 119 132 -
CMYK 0.16 0.10 0 0.48
HSL 217.14º 0.09% 0.48% -
HSV(B) 217.14º 0.16% 0.52% -
XYZ 17.32 18.24 24.44 -
YUV 118.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 111 119 132 0.16 0.10 0 0.48 217.14 0.09 0.48
Hex 6F 77 84 10 A 0 30 D9 9 30
Octal 157 167 204 20 12 0 60 331 11 60
Binary 1101111 1110111 10000100 10000 1010 0 110000 11011001 1001 110000

Color Harmonies of #6F7784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7784

Black with #6F7784

Text Example


Text Example

White with #6F7784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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