Shades of Picton Blue #6696CE
Tints of Picton Blue #6696CE
RGB
CMYK
RGB Variations
Color information
#6696CE (or 0x6696CE) is known color: Picton Blue. HEX triplet: 66, 96 and CE. RGB value is (102,150,206). Sum of RGB (Red+Green+Blue) = 102+150+206=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #6696CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696CE is #996931. Grayscale: #8D8D8D. Windows color (decimal): -10053938 or 13538918. OLE color: 13538918.
HSL color Cylindrical-coordinate representation of color #6696CE: hue angle of 212.31º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6696CE is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 150 | 206 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.19 |
| HSL | 212.31º | 0.51% | 0.6% | - |
| HSV(B) | 212.31º | 0.5% | 0.81% | - |
| XYZ | 27.53 | 29.09 | 62.56 | - |
| YUV | 142.03 | 164.1 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 206 | 0.50 | 0.27 | 0 | 0.19 | 212.31 | 0.51 | 0.6 |
| Hex | 66 | 96 | CE | 32 | 1B | 0 | 13 | D4 | 33 | 3C |
| Octal | 146 | 226 | 316 | 62 | 33 | 0 | 23 | 324 | 63 | 74 |
| Binary | 1100110 | 10010110 | 11001110 | 110010 | 11011 | 0 | 10011 | 11010100 | 110011 | 111100 |
Color Harmonies of #6696CE
Complementary color
Monochromatic Colors of #6696CE
Black with #6696CE
Text Example
Text Example
White with #6696CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6696CE; }
p { color: rgb(102,150,206); }
H1.HeaderClassName
{
color: #6696CE;
}
.AnyTagClassName
{
color: #6696CE;
}
</style>
background-color css
<style>
a { background-color: #6696CE; }
a { background-color: rgb(102,150,206); }
div.DivClassName
{
background-color: #6696CE;
}
.BgClassName
{
background-color: #6696CE;
}
</style>
border-color css
<style>
span { border-color: #6696CE; }
span { border-color: rgb(102,150,206); }
td.TdClassName
{
border-color: #6696CE;
}
.TagClassName
{
border-color: #6696CE;
}
</style>