#6C758B

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

Shades of Storm Grey #6C758B

Tints of Storm Grey #6C758B

Color information

#6C758B (or 0x6C758B) is unknown color: approx Storm Grey. HEX triplet: 6C, 75 and 8B. RGB value is (108,117,139). Sum of RGB (Red+Green+Blue) = 108+117+139=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C758B is #938A74. Grayscale: #747474. Windows color (decimal): -9669237 or 9139564. OLE color: 9139564.

HSL color Cylindrical-coordinate representation of color #6C758B: hue angle of 222.58º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C758B is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB108117139-
CMYK0.220.1600.45
HSL222.58º12.55%48.43%-
HSV(B)222.58º22.3%54.51%-
XYZ17.2117.7726.95-
YUV116.82140.52121.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.67%
GREEN value IS 117 (46.09% from 255) = 32.14%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=29.67%
G=32.14%
B=38.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1081171390.220.1600.45222.5812.5548.43
Hex6C758B161002Ddfd30
Octal15416521326200553371560
Binary110110011101011000101110110100000101101110111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,117,139); }

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

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

 a { background-color: rgb(108,117,139); }

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

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

 span { border-color: rgb(108,117,139); }

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