Shades of Picton Blue #669EDC
Tints of Picton Blue #669EDC
RGB
CMYK
RGB Variations
Color information
#669EDC (or 0x669EDC) is known color: Picton Blue. HEX triplet: 66, 9E and DC. RGB value is (102,158,220). Sum of RGB (Red+Green+Blue) = 102+158+220=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #669EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669EDC is #996123. Grayscale: #949494. Windows color (decimal): -10051876 or 14458470. OLE color: 14458470.
HSL color Cylindrical-coordinate representation of color #669EDC: hue angle of 211.53º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669EDC is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 158 | 220 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.14 |
| HSL | 211.53º | 0.63% | 0.63% | - |
| HSV(B) | 211.53º | 0.54% | 0.86% | - |
| XYZ | 30.62 | 32.45 | 72.36 | - |
| YUV | 148.32 | 168.45 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 220 | 0.54 | 0.28 | 0 | 0.14 | 211.53 | 0.63 | 0.63 |
| Hex | 66 | 9E | DC | 36 | 1C | 0 | E | D4 | 3F | 3F |
| Octal | 146 | 236 | 334 | 66 | 34 | 0 | 16 | 324 | 77 | 77 |
| Binary | 1100110 | 10011110 | 11011100 | 110110 | 11100 | 0 | 1110 | 11010100 | 111111 | 111111 |
Color Harmonies of #669EDC
Complementary color
Monochromatic Colors of #669EDC
Black with #669EDC
Text Example
Text Example
White with #669EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EDC; }
p { color: rgb(102,158,220); }
H1.HeaderClassName
{
color: #669EDC;
}
.AnyTagClassName
{
color: #669EDC;
}
</style>
background-color css
<style>
a { background-color: #669EDC; }
a { background-color: rgb(102,158,220); }
div.DivClassName
{
background-color: #669EDC;
}
.BgClassName
{
background-color: #669EDC;
}
</style>
border-color css
<style>
span { border-color: #669EDC; }
span { border-color: rgb(102,158,220); }
td.TdClassName
{
border-color: #669EDC;
}
.TagClassName
{
border-color: #669EDC;
}
</style>