#6A7688

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

Shades of Storm Grey #6A7688

Tints of Storm Grey #6A7688

Color information

#6A7688 (or 0x6A7688) is unknown color: approx Storm Grey. HEX triplet: 6A, 76 and 88. RGB value is (106,118,136). Sum of RGB (Red+Green+Blue) = 106+118+136=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A7688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7688 is #958977. Grayscale: #747474. Windows color (decimal): -9800056 or 8943210. OLE color: 8943210.

HSL color Cylindrical-coordinate representation of color #6A7688: hue angle of 216º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A7688 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB106118136-
CMYK0.220.1300.47
HSL216º12.4%47.45%-
HSV(B)216º22.06%53.33%-
XYZ16.8717.825.84-
YUV116.46139.02120.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.44%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 136 (53.52% from 255) = 37.78%
R=29.44%
G=32.78%
B=37.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1061181360.220.1300.4721612.447.45
Hex6A768816D02Fd8c2f
Octal15216621026150573301457
Binary11010101110110100010001011011010101111110110001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,118,136); }

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

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

 a { background-color: rgb(106,118,136); }

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

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

 span { border-color: rgb(106,118,136); }

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