#6D7393

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

Shades of Waikawa Grey #6D7393

Tints of Waikawa Grey #6D7393

Color information

#6D7393 (or 0x6D7393) is unknown color: approx Waikawa Grey. HEX triplet: 6D, 73 and 93. RGB value is (109,115,147). Sum of RGB (Red+Green+Blue) = 109+115+147=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D7393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7393 is #928C6C. Grayscale: #747474. Windows color (decimal): -9604205 or 9663341. OLE color: 9663341.

HSL color Cylindrical-coordinate representation of color #6D7393: hue angle of 230.53º 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 #6D7393 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB109115147-
CMYK0.260.2200.42
HSL230.53º14.96%50.2%-
HSV(B)230.53º25.85%57.65%-
XYZ17.717.6230.07-
YUV116.85145.01122.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.38%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 147 (57.81% from 255) = 39.62%
R=29.38%
G=31.00%
B=39.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091151470.260.2200.42230.5314.9650.2
Hex6D73931A1602Ae7f32
Octal15516322332260523471762
Binary110110111100111001001111010101100101010111001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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