#6C789D

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

Shades of Waikawa Grey #6C789D

Tints of Waikawa Grey #6C789D

Color information

#6C789D (or 0x6C789D) is unknown color: approx Waikawa Grey. HEX triplet: 6C, 78 and 9D. RGB value is (108,120,157). Sum of RGB (Red+Green+Blue) = 108+120+157=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C789D is #938762. Grayscale: #787878. Windows color (decimal): -9668451 or 10319980. OLE color: 10319980.

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

Color convert

RGB108120157-
CMYK0.310.2400.38
HSL225.31º20%51.96%-
HSV(B)225.31º31.21%61.57%-
XYZ18.9919.0634.58-
YUV120.63148.52118.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.05%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=28.05%
G=31.17%
B=40.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1081201570.310.2400.38225.312051.96
Hex6C789D1F18026e11434
Octal15417023537300463412464
Binary1101100111100010011101111111100001001101110000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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