Shades of Picton Blue #6696C9
Tints of Picton Blue #6696C9
RGB
CMYK
RGB Variations
Color information
#6696C9 (or 0x6696C9) is known color: Picton Blue. HEX triplet: 66, 96 and C9. RGB value is (102,150,201). Sum of RGB (Red+Green+Blue) = 102+150+201=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #6696C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696C9 is #996936. Grayscale: #8D8D8D. Windows color (decimal): -10053943 or 13211238. OLE color: 13211238.
HSL color Cylindrical-coordinate representation of color #6696C9: hue angle of 210.91º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6696C9 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 150 | 201 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.21 |
| HSL | 210.91º | 0.48% | 0.59% | - |
| HSV(B) | 210.91º | 0.49% | 0.79% | - |
| XYZ | 26.93 | 28.85 | 59.41 | - |
| YUV | 141.46 | 161.6 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 201 | 0.49 | 0.25 | 0 | 0.21 | 210.91 | 0.48 | 0.59 |
| Hex | 66 | 96 | C9 | 31 | 19 | 0 | 15 | D3 | 30 | 3B |
| Octal | 146 | 226 | 311 | 61 | 31 | 0 | 25 | 323 | 60 | 73 |
| Binary | 1100110 | 10010110 | 11001001 | 110001 | 11001 | 0 | 10101 | 11010011 | 110000 | 111011 |
Color Harmonies of #6696C9
Complementary color
Monochromatic Colors of #6696C9
Black with #6696C9
Text Example
Text Example
White with #6696C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6696C9; }
p { color: rgb(102,150,201); }
H1.HeaderClassName
{
color: #6696C9;
}
.AnyTagClassName
{
color: #6696C9;
}
</style>
background-color css
<style>
a { background-color: #6696C9; }
a { background-color: rgb(102,150,201); }
div.DivClassName
{
background-color: #6696C9;
}
.BgClassName
{
background-color: #6696C9;
}
</style>
border-color css
<style>
span { border-color: #6696C9; }
span { border-color: rgb(102,150,201); }
td.TdClassName
{
border-color: #6696C9;
}
.TagClassName
{
border-color: #6696C9;
}
</style>