#6C7799

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

Shades of Waikawa Grey #6C7799

Tints of Waikawa Grey #6C7799

Color information

#6C7799 (or 0x6C7799) is unknown color: approx Waikawa Grey. HEX triplet: 6C, 77 and 99. RGB value is (108,119,153). Sum of RGB (Red+Green+Blue) = 108+119+153=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C7799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7799 is #938866. Grayscale: #777777. Windows color (decimal): -9668711 or 10057580. OLE color: 10057580.

HSL color Cylindrical-coordinate representation of color #6C7799: hue angle of 225.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C7799 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB108119153-
CMYK0.290.2200.4
HSL225.33º18.07%51.18%-
HSV(B)225.33º29.41%60%-
XYZ18.5318.6832.77-
YUV119.59146.86119.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.42%
GREEN value IS 119 (46.88% from 255) = 31.32%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=28.42%
G=31.32%
B=40.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1081191530.290.2200.4225.3318.0751.18
Hex6C77991D16028e11233
Octal15416723135260503412263
Binary1101100111011110011001111011011001010001110000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,119,153); }

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

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

 a { background-color: rgb(108,119,153); }

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

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

 span { border-color: rgb(108,119,153); }

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