Html Css Color HEX #6A758C Storm Grey

📋 copy color: '#6A758C'

red 106 ◦ green 117 ◦ blue 140

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

Shades of Storm Grey #6A758C

Tints of Storm Grey #6A758C

RGB

 RED value IS 106 (41.8% from 255) = 29.2%

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 29.2%
G = 32.23%
B = 38.57%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A758C (or 0x6A758C) is known color: Storm Grey. HEX triplet: 6A, 75 and 8C. RGB value is (106,117,140). Sum of RGB (Red+Green+Blue) = 106+117+140=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A758C is #958A73. Grayscale: #747474. Windows color (decimal): -9800308 or 9205098. OLE color: 9205098.

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

Color convert

RGB 106 117 140 -
CMYK 0.24 0.16 0 0.45
HSL 220.59º 0.14% 0.48% -
HSV(B) 220.59º 0.24% 0.55% -
XYZ 17.04 17.68 27.33 -
YUV 116.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 106 117 140 0.24 0.16 0 0.45 220.59 0.14 0.48
Hex 6A 75 8C 18 10 0 2D DD E 30
Octal 152 165 214 30 20 0 55 335 16 60
Binary 1101010 1110101 10001100 11000 10000 0 101101 11011101 1110 110000

Color Harmonies of #6A758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A758C

Black with #6A758C

Text Example


Text Example

White with #6A758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,117,140); }

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

background-color css

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

 a { background-color: rgb(106,117,140); }

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

border-color css

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

 span { border-color: rgb(106,117,140); }

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