Shades of Waikawa Grey #6276A0
Tints of Waikawa Grey #6276A0
RGB
CMYK
RGB Variations
Color information
#6276A0 (or 0x6276A0) is known color: Waikawa Grey. HEX triplet: 62, 76 and A0. RGB value is (98,118,160). Sum of RGB (Red+Green+Blue) = 98+118+160=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 160 - color contains mainly: blue. Hex color #6276A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6276A0 is #9D895F. Grayscale: #747474. Windows color (decimal): -10324320 or 10516066. OLE color: 10516066.
HSL color Cylindrical-coordinate representation of color #6276A0: hue angle of 220.65º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6276A0 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 118 | 160 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.37 |
| HSL | 220.65º | 0.25% | 0.51% | - |
| HSV(B) | 220.65º | 0.39% | 0.63% | - |
| XYZ | 17.86 | 18.09 | 35.81 | - |
| YUV | 116.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 160 | 0.39 | 0.26 | 0 | 0.37 | 220.65 | 0.25 | 0.51 |
| Hex | 62 | 76 | A0 | 27 | 1A | 0 | 25 | DD | 19 | 33 |
| Octal | 142 | 166 | 240 | 47 | 32 | 0 | 45 | 335 | 31 | 63 |
| Binary | 1100010 | 1110110 | 10100000 | 100111 | 11010 | 0 | 100101 | 11011101 | 11001 | 110011 |
Color Harmonies of #6276A0
Complementary color
Monochromatic Colors of #6276A0
Black with #6276A0
Text Example
Text Example
White with #6276A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6276A0; }
p { color: rgb(98,118,160); }
H1.HeaderClassName
{
color: #6276A0;
}
.AnyTagClassName
{
color: #6276A0;
}
</style>
background-color css
<style>
a { background-color: #6276A0; }
a { background-color: rgb(98,118,160); }
div.DivClassName
{
background-color: #6276A0;
}
.BgClassName
{
background-color: #6276A0;
}
</style>
border-color css
<style>
span { border-color: #6276A0; }
span { border-color: rgb(98,118,160); }
td.TdClassName
{
border-color: #6276A0;
}
.TagClassName
{
border-color: #6276A0;
}
</style>