Shades of Picton Blue #669ECB
Tints of Picton Blue #669ECB
RGB
CMYK
RGB Variations
Color information
#669ECB (or 0x669ECB) is known color: Picton Blue. HEX triplet: 66, 9E and CB. RGB value is (102,158,203). Sum of RGB (Red+Green+Blue) = 102+158+203=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #669ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ECB is #996134. Grayscale: #929292. Windows color (decimal): -10051893 or 13344358. OLE color: 13344358.
HSL color Cylindrical-coordinate representation of color #669ECB: hue angle of 206.73º degrees, saturation: 0.49, 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 #669ECB is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 158 | 203 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.20 |
| HSL | 206.73º | 0.49% | 0.6% | - |
| HSV(B) | 206.73º | 0.5% | 0.8% | - |
| XYZ | 28.49 | 31.59 | 61.1 | - |
| YUV | 146.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 203 | 0.50 | 0.22 | 0 | 0.20 | 206.73 | 0.49 | 0.6 |
| Hex | 66 | 9E | CB | 32 | 16 | 0 | 14 | CF | 31 | 3C |
| Octal | 146 | 236 | 313 | 62 | 26 | 0 | 24 | 317 | 61 | 74 |
| Binary | 1100110 | 10011110 | 11001011 | 110010 | 10110 | 0 | 10100 | 11001111 | 110001 | 111100 |
Color Harmonies of #669ECB
Complementary color
Monochromatic Colors of #669ECB
Black with #669ECB
Text Example
Text Example
White with #669ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669ECB; }
p { color: rgb(102,158,203); }
H1.HeaderClassName
{
color: #669ECB;
}
.AnyTagClassName
{
color: #669ECB;
}
</style>
background-color css
<style>
a { background-color: #669ECB; }
a { background-color: rgb(102,158,203); }
div.DivClassName
{
background-color: #669ECB;
}
.BgClassName
{
background-color: #669ECB;
}
</style>
border-color css
<style>
span { border-color: #669ECB; }
span { border-color: rgb(102,158,203); }
td.TdClassName
{
border-color: #669ECB;
}
.TagClassName
{
border-color: #669ECB;
}
</style>