Shades of Picton Blue #6996D0
Tints of Picton Blue #6996D0
RGB
CMYK
RGB Variations
Color information
#6996D0 (or 0x6996D0) is known color: Picton Blue. HEX triplet: 69, 96 and D0. RGB value is (105,150,208). Sum of RGB (Red+Green+Blue) = 105+150+208=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #6996D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996D0 is #96692F. Grayscale: #8E8E8E. Windows color (decimal): -9857328 or 13669993. OLE color: 13669993.
HSL color Cylindrical-coordinate representation of color #6996D0: hue angle of 213.79º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6996D0 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 150 | 208 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.18 |
| HSL | 213.79º | 0.52% | 0.61% | - |
| HSV(B) | 213.79º | 0.5% | 0.82% | - |
| XYZ | 28.12 | 29.37 | 63.86 | - |
| YUV | 143.16 | 164.59 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 208 | 0.50 | 0.28 | 0 | 0.18 | 213.79 | 0.52 | 0.61 |
| Hex | 69 | 96 | D0 | 32 | 1C | 0 | 12 | D6 | 34 | 3D |
| Octal | 151 | 226 | 320 | 62 | 34 | 0 | 22 | 326 | 64 | 75 |
| Binary | 1101001 | 10010110 | 11010000 | 110010 | 11100 | 0 | 10010 | 11010110 | 110100 | 111101 |
Color Harmonies of #6996D0
Complementary color
Monochromatic Colors of #6996D0
Black with #6996D0
Text Example
Text Example
White with #6996D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6996D0; }
p { color: rgb(105,150,208); }
H1.HeaderClassName
{
color: #6996D0;
}
.AnyTagClassName
{
color: #6996D0;
}
</style>
background-color css
<style>
a { background-color: #6996D0; }
a { background-color: rgb(105,150,208); }
div.DivClassName
{
background-color: #6996D0;
}
.BgClassName
{
background-color: #6996D0;
}
</style>
border-color css
<style>
span { border-color: #6996D0; }
span { border-color: rgb(105,150,208); }
td.TdClassName
{
border-color: #6996D0;
}
.TagClassName
{
border-color: #6996D0;
}
</style>