#6B738E

Color #6B738E Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #6B738E

Tints of Storm Grey #6B738E

Color information

#6B738E (or 0x6B738E) is unknown color: approx Storm Grey. HEX triplet: 6B, 73 and 8E. RGB value is (107,115,142). Sum of RGB (Red+Green+Blue) = 107+115+142=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B738E is #948C71. Grayscale: #737373. Windows color (decimal): -9735282 or 9335659. OLE color: 9335659.

HSL color Cylindrical-coordinate representation of color #6B738E: hue angle of 226.29º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B738E is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB107115142-
CMYK0.250.1900.44
HSL226.29º14.06%48.82%-
HSV(B)226.29º24.65%55.69%-
XYZ17.0817.3428.04-
YUV115.69142.85121.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.40%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=29.40%
G=31.59%
B=39.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1071151420.250.1900.44226.2914.0648.82
Hex6B738E191302Ce2e31
Octal15316321631230543421661
Binary110101111100111000111011001100110101100111000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,115,142); }

 H1.HeaderClassName
 {
   color: #6B738E;
 }
 .AnyTagClassName
 {
   color: #6B738E;
 }
</style>
background-color css

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

 a { background-color: rgb(107,115,142); }

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

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

 span { border-color: rgb(107,115,142); }

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