Shades of Picton Blue #6C9EC9
Tints of Picton Blue #6C9EC9
RGB
CMYK
RGB Variations
Color information
#6C9EC9 (or 0x6C9EC9) is known color: Picton Blue. HEX triplet: 6C, 9E and C9. RGB value is (108,158,201). Sum of RGB (Red+Green+Blue) = 108+158+201=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #6C9EC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9EC9 is #936136. Grayscale: #939393. Windows color (decimal): -9658679 or 13213292. OLE color: 13213292.
HSL color Cylindrical-coordinate representation of color #6C9EC9: hue angle of 207.74º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C9EC9 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 158 | 201 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.21 |
| HSL | 207.74º | 0.46% | 0.61% | - |
| HSV(B) | 207.74º | 0.46% | 0.79% | - |
| XYZ | 28.95 | 31.86 | 59.88 | - |
| YUV | 147.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 158 | 201 | 0.46 | 0.21 | 0 | 0.21 | 207.74 | 0.46 | 0.61 |
| Hex | 6C | 9E | C9 | 2E | 15 | 0 | 15 | D0 | 2E | 3D |
| Octal | 154 | 236 | 311 | 56 | 25 | 0 | 25 | 320 | 56 | 75 |
| Binary | 1101100 | 10011110 | 11001001 | 101110 | 10101 | 0 | 10101 | 11010000 | 101110 | 111101 |
Color Harmonies of #6C9EC9
Complementary color
Monochromatic Colors of #6C9EC9
Black with #6C9EC9
Text Example
Text Example
White with #6C9EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9EC9; }
p { color: rgb(108,158,201); }
H1.HeaderClassName
{
color: #6C9EC9;
}
.AnyTagClassName
{
color: #6C9EC9;
}
</style>
background-color css
<style>
a { background-color: #6C9EC9; }
a { background-color: rgb(108,158,201); }
div.DivClassName
{
background-color: #6C9EC9;
}
.BgClassName
{
background-color: #6C9EC9;
}
</style>
border-color css
<style>
span { border-color: #6C9EC9; }
span { border-color: rgb(108,158,201); }
td.TdClassName
{
border-color: #6C9EC9;
}
.TagClassName
{
border-color: #6C9EC9;
}
</style>