Shades of Picton Blue #6696D0
Tints of Picton Blue #6696D0
RGB
CMYK
RGB Variations
Color information
#6696D0 (or 0x6696D0) is known color: Picton Blue. HEX triplet: 66, 96 and D0. RGB value is (102,150,208). Sum of RGB (Red+Green+Blue) = 102+150+208=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #6696D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696D0 is #99692F. Grayscale: #8D8D8D. Windows color (decimal): -10053936 or 13669990. OLE color: 13669990.
HSL color Cylindrical-coordinate representation of color #6696D0: hue angle of 212.83º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6696D0 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 150 | 208 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.18 |
| HSL | 212.83º | 0.53% | 0.61% | - |
| HSV(B) | 212.83º | 0.51% | 0.82% | - |
| XYZ | 27.77 | 29.19 | 63.85 | - |
| YUV | 142.26 | 165.1 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 208 | 0.51 | 0.28 | 0 | 0.18 | 212.83 | 0.53 | 0.61 |
| Hex | 66 | 96 | D0 | 33 | 1C | 0 | 12 | D5 | 35 | 3D |
| Octal | 146 | 226 | 320 | 63 | 34 | 0 | 22 | 325 | 65 | 75 |
| Binary | 1100110 | 10010110 | 11010000 | 110011 | 11100 | 0 | 10010 | 11010101 | 110101 | 111101 |
Color Harmonies of #6696D0
Complementary color
Monochromatic Colors of #6696D0
Black with #6696D0
Text Example
Text Example
White with #6696D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6696D0; }
p { color: rgb(102,150,208); }
H1.HeaderClassName
{
color: #6696D0;
}
.AnyTagClassName
{
color: #6696D0;
}
</style>
background-color css
<style>
a { background-color: #6696D0; }
a { background-color: rgb(102,150,208); }
div.DivClassName
{
background-color: #6696D0;
}
.BgClassName
{
background-color: #6696D0;
}
</style>
border-color css
<style>
span { border-color: #6696D0; }
span { border-color: rgb(102,150,208); }
td.TdClassName
{
border-color: #6696D0;
}
.TagClassName
{
border-color: #6696D0;
}
</style>