#6C789C

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

Shades of Waikawa Grey #6C789C

Tints of Waikawa Grey #6C789C

Color information

#6C789C (or 0x6C789C) is unknown color: approx Waikawa Grey. HEX triplet: 6C, 78 and 9C. RGB value is (108,120,156). Sum of RGB (Red+Green+Blue) = 108+120+156=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C789C is #938763. Grayscale: #787878. Windows color (decimal): -9668452 or 10254444. OLE color: 10254444.

HSL color Cylindrical-coordinate representation of color #6C789C: hue angle of 225º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C789C is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB108120156-
CMYK0.310.2300.39
HSL225º19.51%51.76%-
HSV(B)225º30.77%61.18%-
XYZ18.919.0234.13-
YUV120.52148.02119.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.12%
GREEN value IS 120 (47.27% from 255) = 31.25%
BLUE value IS 156 (61.33% from 255) = 40.62%
R=28.12%
G=31.25%
B=40.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1081201560.310.2300.3922519.5151.76
Hex6C789C1F17027e11434
Octal15417023437270473412464
Binary1101100111100010011100111111011101001111110000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,120,156); }

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

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

 a { background-color: rgb(108,120,156); }

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

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

 span { border-color: rgb(108,120,156); }

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