Shades of Picton Blue #669ECF
Tints of Picton Blue #669ECF
RGB
CMYK
RGB Variations
Color information
#669ECF (or 0x669ECF) is known color: Picton Blue. HEX triplet: 66, 9E and CF. RGB value is (102,158,207). Sum of RGB (Red+Green+Blue) = 102+158+207=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #669ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ECF is #996130. Grayscale: #929292. Windows color (decimal): -10051889 or 13606502. OLE color: 13606502.
HSL color Cylindrical-coordinate representation of color #669ECF: hue angle of 208º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #669ECF is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 158 | 207 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.19 |
| HSL | 208º | 0.52% | 0.61% | - |
| HSV(B) | 208º | 0.51% | 0.81% | - |
| XYZ | 28.97 | 31.78 | 63.64 | - |
| YUV | 146.84 | 161.95 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 207 | 0.51 | 0.24 | 0 | 0.19 | 208 | 0.52 | 0.61 |
| Hex | 66 | 9E | CF | 33 | 18 | 0 | 13 | D0 | 34 | 3D |
| Octal | 146 | 236 | 317 | 63 | 30 | 0 | 23 | 320 | 64 | 75 |
| Binary | 1100110 | 10011110 | 11001111 | 110011 | 11000 | 0 | 10011 | 11010000 | 110100 | 111101 |
Color Harmonies of #669ECF
Complementary color
Monochromatic Colors of #669ECF
Black with #669ECF
Text Example
Text Example
White with #669ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669ECF; }
p { color: rgb(102,158,207); }
H1.HeaderClassName
{
color: #669ECF;
}
.AnyTagClassName
{
color: #669ECF;
}
</style>
background-color css
<style>
a { background-color: #669ECF; }
a { background-color: rgb(102,158,207); }
div.DivClassName
{
background-color: #669ECF;
}
.BgClassName
{
background-color: #669ECF;
}
</style>
border-color css
<style>
span { border-color: #669ECF; }
span { border-color: rgb(102,158,207); }
td.TdClassName
{
border-color: #669ECF;
}
.TagClassName
{
border-color: #669ECF;
}
</style>