#6C7393

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

Shades of Waikawa Grey #6C7393

Tints of Waikawa Grey #6C7393

Color information

#6C7393 (or 0x6C7393) is unknown color: approx Waikawa Grey. HEX triplet: 6C, 73 and 93. RGB value is (108,115,147). Sum of RGB (Red+Green+Blue) = 108+115+147=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C7393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7393 is #938C6C. Grayscale: #747474. Windows color (decimal): -9669741 or 9663340. OLE color: 9663340.

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

Color convert

RGB108115147-
CMYK0.270.2200.42
HSL229.23º15.29%50%-
HSV(B)229.23º26.53%57.65%-
XYZ17.5817.5630.07-
YUV116.56145.18121.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.19%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=29.19%
G=31.08%
B=39.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1081151470.270.2200.42229.2315.2950
Hex6C73931B1602Ae5f32
Octal15416322333260523451762
Binary110110011100111001001111011101100101010111001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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