#6D7192

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

Shades of Waikawa Grey #6D7192

Tints of Waikawa Grey #6D7192

Color information

#6D7192 (or 0x6D7192) is unknown color: approx Waikawa Grey. HEX triplet: 6D, 71 and 92. RGB value is (109,113,146). Sum of RGB (Red+Green+Blue) = 109+113+146=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D7192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7192 is #928E6D. Grayscale: #737373. Windows color (decimal): -9604718 or 9597293. OLE color: 9597293.

HSL color Cylindrical-coordinate representation of color #6D7192: hue angle of 233.51º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D7192 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB109113146-
CMYK0.250.2300.43
HSL233.51º14.51%50%-
HSV(B)233.51º25.34%57.25%-
XYZ17.417.1429.58-
YUV115.57145.17123.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.62%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=29.62%
G=30.71%
B=39.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091131460.250.2300.43233.5114.5150
Hex6D7192191702Beaf32
Octal15516122231270533521762
Binary110110111100011001001011001101110101011111010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,113,146); }

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

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

 a { background-color: rgb(109,113,146); }

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

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

 span { border-color: rgb(109,113,146); }

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