#6A6D7B

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

Shades of Storm Grey #6A6D7B

Tints of Storm Grey #6A6D7B

Color information

#6A6D7B (or 0x6A6D7B) is unknown color: approx Storm Grey. HEX triplet: 6A, 6D and 7B. RGB value is (106,109,123). Sum of RGB (Red+Green+Blue) = 106+109+123=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A6D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6D7B is #959284. Grayscale: #6D6D6D. Windows color (decimal): -9802373 or 8088938. OLE color: 8088938.

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

Color convert

RGB106109123-
CMYK0.140.1100.52
HSL229.41º7.42%44.9%-
HSV(B)229.41º13.82%48.24%-
XYZ14.9915.4320.93-
YUV109.7135.51125.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.36%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=31.36%
G=32.25%
B=36.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1061091230.140.1100.52229.417.4244.9
Hex6A6D7BEB034e572d
Octal1521551731613064345755
Binary11010101101101111101111101011011010011100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,109,123); }

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

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

 a { background-color: rgb(106,109,123); }

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

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

 span { border-color: rgb(106,109,123); }

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