#6D7093

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

Shades of Waikawa Grey #6D7093

Tints of Waikawa Grey #6D7093

Color information

#6D7093 (or 0x6D7093) is unknown color: approx Waikawa Grey. HEX triplet: 6D, 70 and 93. RGB value is (109,112,147). Sum of RGB (Red+Green+Blue) = 109+112+147=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D7093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7093 is #928F6C. Grayscale: #727272. Windows color (decimal): -9604973 or 9662573. OLE color: 9662573.

HSL color Cylindrical-coordinate representation of color #6D7093: hue angle of 235.26º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D7093 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB109112147-
CMYK0.260.2400.42
HSL235.26º14.96%50.2%-
HSV(B)235.26º25.85%57.65%-
XYZ17.3716.9529.96-
YUV115.09146.01123.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.62%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=29.62%
G=30.43%
B=39.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091121470.260.2400.42235.2614.9650.2
Hex6D70931A1802Aebf32
Octal15516022332300523531762
Binary110110111100001001001111010110000101010111010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,147); }

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

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

 a { background-color: rgb(109,112,147); }

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

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

 span { border-color: rgb(109,112,147); }

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