#6D789B

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

Shades of Waikawa Grey #6D789B

Tints of Waikawa Grey #6D789B

Color information

#6D789B (or 0x6D789B) is unknown color: approx Waikawa Grey. HEX triplet: 6D, 78 and 9B. RGB value is (109,120,155). Sum of RGB (Red+Green+Blue) = 109+120+155=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D789B is #928764. Grayscale: #787878. Windows color (decimal): -9602917 or 10188909. OLE color: 10188909.

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

Color convert

RGB109120155-
CMYK0.300.2300.39
HSL225.65º18.7%51.76%-
HSV(B)225.65º29.68%60.78%-
XYZ18.9419.0533.69-
YUV120.7147.36119.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.39%
GREEN value IS 120 (47.27% from 255) = 31.25%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=28.39%
G=31.25%
B=40.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091201550.300.2300.39225.6518.751.76
Hex6D789B1E17027e21334
Octal15517023336270473422364
Binary1101101111100010011011111101011101001111110001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,120,155); }

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

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

 a { background-color: rgb(109,120,155); }

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

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

 span { border-color: rgb(109,120,155); }

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