Shades of Picton Blue #6D98CE
Tints of Picton Blue #6D98CE
RGB
CMYK
RGB Variations
Color information
#6D98CE (or 0x6D98CE) is known color: Picton Blue. HEX triplet: 6D, 98 and CE. RGB value is (109,152,206). Sum of RGB (Red+Green+Blue) = 109+152+206=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D98CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D98CE is #926731. Grayscale: #919191. Windows color (decimal): -9594674 or 13539437. OLE color: 13539437.
HSL color Cylindrical-coordinate representation of color #6D98CE: hue angle of 213.4º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D98CE is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 152 | 206 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.19 |
| HSL | 213.4º | 0.5% | 0.62% | - |
| HSV(B) | 213.4º | 0.47% | 0.81% | - |
| XYZ | 28.68 | 30.16 | 62.7 | - |
| YUV | 145.3 | 162.25 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 152 | 206 | 0.47 | 0.26 | 0 | 0.19 | 213.4 | 0.5 | 0.62 |
| Hex | 6D | 98 | CE | 2F | 1A | 0 | 13 | D5 | 32 | 3E |
| Octal | 155 | 230 | 316 | 57 | 32 | 0 | 23 | 325 | 62 | 76 |
| Binary | 1101101 | 10011000 | 11001110 | 101111 | 11010 | 0 | 10011 | 11010101 | 110010 | 111110 |
Color Harmonies of #6D98CE
Complementary color
Monochromatic Colors of #6D98CE
Black with #6D98CE
Text Example
Text Example
White with #6D98CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D98CE; }
p { color: rgb(109,152,206); }
H1.HeaderClassName
{
color: #6D98CE;
}
.AnyTagClassName
{
color: #6D98CE;
}
</style>
background-color css
<style>
a { background-color: #6D98CE; }
a { background-color: rgb(109,152,206); }
div.DivClassName
{
background-color: #6D98CE;
}
.BgClassName
{
background-color: #6D98CE;
}
</style>
border-color css
<style>
span { border-color: #6D98CE; }
span { border-color: rgb(109,152,206); }
td.TdClassName
{
border-color: #6D98CE;
}
.TagClassName
{
border-color: #6D98CE;
}
</style>