Shades of Waikawa Grey #6C789B
Tints of Waikawa Grey #6C789B
RGB
CMYK
RGB Variations
Color information
#6C789B (or 0x6C789B) is known color: Waikawa Grey. HEX triplet: 6C, 78 and 9B. RGB value is (108,120,155). Sum of RGB (Red+Green+Blue) = 108+120+155=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C789B is #938764. Grayscale: #787878. Windows color (decimal): -9668453 or 10188908. OLE color: 10188908.
HSL color Cylindrical-coordinate representation of color #6C789B: hue angle of 224.68º 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 #6C789B is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 120 | 155 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.39 |
| HSL | 224.68º | 0.19% | 0.52% | - |
| HSV(B) | 224.68º | 0.3% | 0.61% | - |
| XYZ | 18.82 | 18.99 | 33.68 | - |
| YUV | 120.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 120 | 155 | 0.30 | 0.23 | 0 | 0.39 | 224.68 | 0.19 | 0.52 |
| Hex | 6C | 78 | 9B | 1E | 17 | 0 | 27 | E1 | 13 | 34 |
| Octal | 154 | 170 | 233 | 36 | 27 | 0 | 47 | 341 | 23 | 64 |
| Binary | 1101100 | 1111000 | 10011011 | 11110 | 10111 | 0 | 100111 | 11100001 | 10011 | 110100 |
Color Harmonies of #6C789B
Complementary color
Monochromatic Colors of #6C789B
Black with #6C789B
Text Example
Text Example
White with #6C789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C789B; }
p { color: rgb(108,120,155); }
H1.HeaderClassName
{
color: #6C789B;
}
.AnyTagClassName
{
color: #6C789B;
}
</style>
background-color css
<style>
a { background-color: #6C789B; }
a { background-color: rgb(108,120,155); }
div.DivClassName
{
background-color: #6C789B;
}
.BgClassName
{
background-color: #6C789B;
}
</style>
border-color css
<style>
span { border-color: #6C789B; }
span { border-color: rgb(108,120,155); }
td.TdClassName
{
border-color: #6C789B;
}
.TagClassName
{
border-color: #6C789B;
}
</style>