Shades of Picton Blue #669FCE
Tints of Picton Blue #669FCE
RGB
CMYK
RGB Variations
Color information
#669FCE (or 0x669FCE) is known color: Picton Blue. HEX triplet: 66, 9F and CE. RGB value is (102,159,206). Sum of RGB (Red+Green+Blue) = 102+159+206=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #669FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669FCE is #996031. Grayscale: #939393. Windows color (decimal): -10051634 or 13541222. OLE color: 13541222.
HSL color Cylindrical-coordinate representation of color #669FCE: hue angle of 207.12º 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 #669FCE is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 159 | 206 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.19 |
| HSL | 207.12º | 0.51% | 0.6% | - |
| HSV(B) | 207.12º | 0.5% | 0.81% | - |
| XYZ | 29.02 | 32.08 | 63.05 | - |
| YUV | 147.32 | 161.12 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 206 | 0.50 | 0.23 | 0 | 0.19 | 207.12 | 0.51 | 0.6 |
| Hex | 66 | 9F | CE | 32 | 17 | 0 | 13 | CF | 33 | 3C |
| Octal | 146 | 237 | 316 | 62 | 27 | 0 | 23 | 317 | 63 | 74 |
| Binary | 1100110 | 10011111 | 11001110 | 110010 | 10111 | 0 | 10011 | 11001111 | 110011 | 111100 |
Color Harmonies of #669FCE
Complementary color
Monochromatic Colors of #669FCE
Black with #669FCE
Text Example
Text Example
White with #669FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FCE; }
p { color: rgb(102,159,206); }
H1.HeaderClassName
{
color: #669FCE;
}
.AnyTagClassName
{
color: #669FCE;
}
</style>
background-color css
<style>
a { background-color: #669FCE; }
a { background-color: rgb(102,159,206); }
div.DivClassName
{
background-color: #669FCE;
}
.BgClassName
{
background-color: #669FCE;
}
</style>
border-color css
<style>
span { border-color: #669FCE; }
span { border-color: rgb(102,159,206); }
td.TdClassName
{
border-color: #669FCE;
}
.TagClassName
{
border-color: #669FCE;
}
</style>