Shades of Picton Blue #669FC6
Tints of Picton Blue #669FC6
RGB
CMYK
RGB Variations
Color information
#669FC6 (or 0x669FC6) is known color: Picton Blue. HEX triplet: 66, 9F and C6. RGB value is (102,159,198). Sum of RGB (Red+Green+Blue) = 102+159+198=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #669FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669FC6 is #996039. Grayscale: #929292. Windows color (decimal): -10051642 or 13016934. OLE color: 13016934.
HSL color Cylindrical-coordinate representation of color #669FC6: hue angle of 204.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #669FC6 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 159 | 198 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.22 |
| HSL | 204.38º | 0.46% | 0.59% | - |
| HSV(B) | 204.38º | 0.48% | 0.78% | - |
| XYZ | 28.07 | 31.7 | 58.06 | - |
| YUV | 146.4 | 157.12 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 198 | 0.48 | 0.20 | 0 | 0.22 | 204.38 | 0.46 | 0.59 |
| Hex | 66 | 9F | C6 | 30 | 14 | 0 | 16 | CC | 2E | 3B |
| Octal | 146 | 237 | 306 | 60 | 24 | 0 | 26 | 314 | 56 | 73 |
| Binary | 1100110 | 10011111 | 11000110 | 110000 | 10100 | 0 | 10110 | 11001100 | 101110 | 111011 |
Color Harmonies of #669FC6
Complementary color
Monochromatic Colors of #669FC6
Black with #669FC6
Text Example
Text Example
White with #669FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FC6; }
p { color: rgb(102,159,198); }
H1.HeaderClassName
{
color: #669FC6;
}
.AnyTagClassName
{
color: #669FC6;
}
</style>
background-color css
<style>
a { background-color: #669FC6; }
a { background-color: rgb(102,159,198); }
div.DivClassName
{
background-color: #669FC6;
}
.BgClassName
{
background-color: #669FC6;
}
</style>
border-color css
<style>
span { border-color: #669FC6; }
span { border-color: rgb(102,159,198); }
td.TdClassName
{
border-color: #669FC6;
}
.TagClassName
{
border-color: #669FC6;
}
</style>