Shades of Picton Blue #669ADA
Tints of Picton Blue #669ADA
RGB
CMYK
RGB Variations
Color information
#669ADA (or 0x669ADA) is known color: Picton Blue. HEX triplet: 66, 9A and DA. RGB value is (102,154,218). Sum of RGB (Red+Green+Blue) = 102+154+218=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #669ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ADA is #996525. Grayscale: #919191. Windows color (decimal): -10052902 or 14326374. OLE color: 14326374.
HSL color Cylindrical-coordinate representation of color #669ADA: hue angle of 213.1º 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 #669ADA is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 154 | 218 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.15 |
| HSL | 213.1º | 0.61% | 0.63% | - |
| HSV(B) | 213.1º | 0.53% | 0.85% | - |
| XYZ | 29.69 | 31 | 70.75 | - |
| YUV | 145.75 | 168.77 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 218 | 0.53 | 0.29 | 0 | 0.15 | 213.1 | 0.61 | 0.63 |
| Hex | 66 | 9A | DA | 35 | 1D | 0 | F | D5 | 3D | 3F |
| Octal | 146 | 232 | 332 | 65 | 35 | 0 | 17 | 325 | 75 | 77 |
| Binary | 1100110 | 10011010 | 11011010 | 110101 | 11101 | 0 | 1111 | 11010101 | 111101 | 111111 |
Color Harmonies of #669ADA
Complementary color
Monochromatic Colors of #669ADA
Black with #669ADA
Text Example
Text Example
White with #669ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669ADA; }
p { color: rgb(102,154,218); }
H1.HeaderClassName
{
color: #669ADA;
}
.AnyTagClassName
{
color: #669ADA;
}
</style>
background-color css
<style>
a { background-color: #669ADA; }
a { background-color: rgb(102,154,218); }
div.DivClassName
{
background-color: #669ADA;
}
.BgClassName
{
background-color: #669ADA;
}
</style>
border-color css
<style>
span { border-color: #669ADA; }
span { border-color: rgb(102,154,218); }
td.TdClassName
{
border-color: #669ADA;
}
.TagClassName
{
border-color: #669ADA;
}
</style>