Shades of Picton Blue #6D96CE
Tints of Picton Blue #6D96CE
RGB
CMYK
RGB Variations
Color information
#6D96CE (or 0x6D96CE) is known color: Picton Blue. HEX triplet: 6D, 96 and CE. RGB value is (109,150,206). Sum of RGB (Red+Green+Blue) = 109+150+206=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D96CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D96CE is #926931. Grayscale: #8F8F8F. Windows color (decimal): -9595186 or 13538925. OLE color: 13538925.
HSL color Cylindrical-coordinate representation of color #6D96CE: hue angle of 214.64º 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 #6D96CE is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 150 | 206 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.19 |
| HSL | 214.64º | 0.5% | 0.62% | - |
| HSV(B) | 214.64º | 0.47% | 0.81% | - |
| XYZ | 28.35 | 29.52 | 62.6 | - |
| YUV | 144.13 | 162.92 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 150 | 206 | 0.47 | 0.27 | 0 | 0.19 | 214.64 | 0.5 | 0.62 |
| Hex | 6D | 96 | CE | 2F | 1B | 0 | 13 | D7 | 32 | 3E |
| Octal | 155 | 226 | 316 | 57 | 33 | 0 | 23 | 327 | 62 | 76 |
| Binary | 1101101 | 10010110 | 11001110 | 101111 | 11011 | 0 | 10011 | 11010111 | 110010 | 111110 |
Color Harmonies of #6D96CE
Complementary color
Monochromatic Colors of #6D96CE
Black with #6D96CE
Text Example
Text Example
White with #6D96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D96CE; }
p { color: rgb(109,150,206); }
H1.HeaderClassName
{
color: #6D96CE;
}
.AnyTagClassName
{
color: #6D96CE;
}
</style>
background-color css
<style>
a { background-color: #6D96CE; }
a { background-color: rgb(109,150,206); }
div.DivClassName
{
background-color: #6D96CE;
}
.BgClassName
{
background-color: #6D96CE;
}
</style>
border-color css
<style>
span { border-color: #6D96CE; }
span { border-color: rgb(109,150,206); }
td.TdClassName
{
border-color: #6D96CE;
}
.TagClassName
{
border-color: #6D96CE;
}
</style>