Shades of Picton Blue #669EDA
Tints of Picton Blue #669EDA
RGB
CMYK
RGB Variations
Color information
#669EDA (or 0x669EDA) is known color: Picton Blue. HEX triplet: 66, 9E and DA. RGB value is (102,158,218). Sum of RGB (Red+Green+Blue) = 102+158+218=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #669EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669EDA is #996125. Grayscale: #939393. Windows color (decimal): -10051878 or 14327398. OLE color: 14327398.
HSL color Cylindrical-coordinate representation of color #669EDA: hue angle of 211.03º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #669EDA is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 158 | 218 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.15 |
| HSL | 211.03º | 0.61% | 0.63% | - |
| HSV(B) | 211.03º | 0.53% | 0.85% | - |
| XYZ | 30.36 | 32.34 | 70.97 | - |
| YUV | 148.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 218 | 0.53 | 0.28 | 0 | 0.15 | 211.03 | 0.61 | 0.63 |
| Hex | 66 | 9E | DA | 35 | 1C | 0 | F | D3 | 3D | 3F |
| Octal | 146 | 236 | 332 | 65 | 34 | 0 | 17 | 323 | 75 | 77 |
| Binary | 1100110 | 10011110 | 11011010 | 110101 | 11100 | 0 | 1111 | 11010011 | 111101 | 111111 |
Color Harmonies of #669EDA
Complementary color
Monochromatic Colors of #669EDA
Black with #669EDA
Text Example
Text Example
White with #669EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EDA; }
p { color: rgb(102,158,218); }
H1.HeaderClassName
{
color: #669EDA;
}
.AnyTagClassName
{
color: #669EDA;
}
</style>
background-color css
<style>
a { background-color: #669EDA; }
a { background-color: rgb(102,158,218); }
div.DivClassName
{
background-color: #669EDA;
}
.BgClassName
{
background-color: #669EDA;
}
</style>
border-color css
<style>
span { border-color: #669EDA; }
span { border-color: rgb(102,158,218); }
td.TdClassName
{
border-color: #669EDA;
}
.TagClassName
{
border-color: #669EDA;
}
</style>