Shades of Picton Blue #669BDA
Tints of Picton Blue #669BDA
RGB
CMYK
RGB Variations
Color information
#669BDA (or 0x669BDA) is known color: Picton Blue. HEX triplet: 66, 9B and DA. RGB value is (102,155,218). Sum of RGB (Red+Green+Blue) = 102+155+218=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #669BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669BDA is #996425. Grayscale: #929292. Windows color (decimal): -10052646 or 14326630. OLE color: 14326630.
HSL color Cylindrical-coordinate representation of color #669BDA: hue angle of 212.59º 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 #669BDA is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 155 | 218 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.15 |
| HSL | 212.59º | 0.61% | 0.63% | - |
| HSV(B) | 212.59º | 0.53% | 0.85% | - |
| XYZ | 29.86 | 31.33 | 70.8 | - |
| YUV | 146.34 | 168.44 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 218 | 0.53 | 0.29 | 0 | 0.15 | 212.59 | 0.61 | 0.63 |
| Hex | 66 | 9B | DA | 35 | 1D | 0 | F | D5 | 3D | 3F |
| Octal | 146 | 233 | 332 | 65 | 35 | 0 | 17 | 325 | 75 | 77 |
| Binary | 1100110 | 10011011 | 11011010 | 110101 | 11101 | 0 | 1111 | 11010101 | 111101 | 111111 |
Color Harmonies of #669BDA
Complementary color
Monochromatic Colors of #669BDA
Black with #669BDA
Text Example
Text Example
White with #669BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BDA; }
p { color: rgb(102,155,218); }
H1.HeaderClassName
{
color: #669BDA;
}
.AnyTagClassName
{
color: #669BDA;
}
</style>
background-color css
<style>
a { background-color: #669BDA; }
a { background-color: rgb(102,155,218); }
div.DivClassName
{
background-color: #669BDA;
}
.BgClassName
{
background-color: #669BDA;
}
</style>
border-color css
<style>
span { border-color: #669BDA; }
span { border-color: rgb(102,155,218); }
td.TdClassName
{
border-color: #669BDA;
}
.TagClassName
{
border-color: #669BDA;
}
</style>