Shades of Picton Blue #6696CC
Tints of Picton Blue #6696CC
RGB
CMYK
RGB Variations
Color information
#6696CC (or 0x6696CC) is known color: Picton Blue. HEX triplet: 66, 96 and CC. RGB value is (102,150,204). Sum of RGB (Red+Green+Blue) = 102+150+204=456 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.37% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #6696CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696CC is #996933. Grayscale: #8D8D8D. Windows color (decimal): -10053940 or 13407846. OLE color: 13407846.
HSL color Cylindrical-coordinate representation of color #6696CC: hue angle of 211.76º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6696CC is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 150 | 204 | - |
| CMYK | 0.5 | 0.26 | 0 | 0.2 |
| HSL | 211.76º | 0.5% | 0.6% | - |
| HSV(B) | 211.76º | 0.5% | 0.8% | - |
| XYZ | 27.28 | 29 | 61.29 | - |
| YUV | 141.8 | 163.1 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 204 | 0.5 | 0.26 | 0 | 0.2 | 211.76 | 0.5 | 0.6 |
| Hex | 66 | 96 | CC | 32 | 1A | 0 | 14 | D4 | 32 | 3C |
| Octal | 146 | 226 | 314 | 62 | 32 | 0 | 24 | 324 | 62 | 74 |
| Binary | 1100110 | 10010110 | 11001100 | 110010 | 11010 | 0 | 10100 | 11010100 | 110010 | 111100 |
Color Harmonies of #6696CC
Complementary color
Monochromatic Colors of #6696CC
Black with #6696CC
Text Example
Text Example
White with #6696CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6696CC; }
p { color: rgb(102,150,204); }
H1.HeaderClassName
{
color: #6696CC;
}
.AnyTagClassName
{
color: #6696CC;
}
</style>
background-color css
<style>
a { background-color: #6696CC; }
a { background-color: rgb(102,150,204); }
div.DivClassName
{
background-color: #6696CC;
}
.BgClassName
{
background-color: #6696CC;
}
</style>
border-color css
<style>
span { border-color: #6696CC; }
span { border-color: rgb(102,150,204); }
td.TdClassName
{
border-color: #6696CC;
}
.TagClassName
{
border-color: #6696CC;
}
</style>