Html Css Color HEX #6B6F85 Storm Grey

📋 copy color: '#6B6F85'

red 107 ◦ green 111 ◦ blue 133

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

Shades of Storm Grey #6B6F85

Tints of Storm Grey #6B6F85

RGB

 RED value IS 107 (42.19% from 255) = 30.48%

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

 BLUE value IS 133 (52.34% from 255) = 37.89%

R = 30.48%
G = 31.62%
B = 37.89%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B6F85 (or 0x6B6F85) is known color: Storm Grey. HEX triplet: 6B, 6F and 85. RGB value is (107,111,133). Sum of RGB (Red+Green+Blue) = 107+111+133=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B6F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6F85 is #94907A. Grayscale: #707070. Windows color (decimal): -9736315 or 8744811. OLE color: 8744811.

HSL color Cylindrical-coordinate representation of color #6B6F85: hue angle of 230.77º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B6F85 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 111 133 -
CMYK 0.20 0.17 0 0.48
HSL 230.77º 0.11% 0.47% -
HSV(B) 230.77º 0.2% 0.52% -
XYZ 15.98 16.19 24.47 -
YUV 112.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 107 111 133 0.20 0.17 0 0.48 230.77 0.11 0.47
Hex 6B 6F 85 14 11 0 30 E7 B 2F
Octal 153 157 205 24 21 0 60 347 13 57
Binary 1101011 1101111 10000101 10100 10001 0 110000 11100111 1011 101111

Color Harmonies of #6B6F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6F85

Black with #6B6F85

Text Example


Text Example

White with #6B6F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,111,133); }

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

background-color css

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

 a { background-color: rgb(107,111,133); }

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

border-color css

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

 span { border-color: rgb(107,111,133); }

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