Shades of Picton Blue #669DD2
Tints of Picton Blue #669DD2
RGB
CMYK
RGB Variations
Color information
#669DD2 (or 0x669DD2) is known color: Picton Blue. HEX triplet: 66, 9D and D2. RGB value is (102,157,210). Sum of RGB (Red+Green+Blue) = 102+157+210=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #669DD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DD2 is #99622D. Grayscale: #929292. Windows color (decimal): -10052142 or 13802854. OLE color: 13802854.
HSL color Cylindrical-coordinate representation of color #669DD2: hue angle of 209.44º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #669DD2 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 157 | 210 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.18 |
| HSL | 209.44º | 0.55% | 0.61% | - |
| HSV(B) | 209.44º | 0.51% | 0.82% | - |
| XYZ | 29.17 | 31.59 | 65.53 | - |
| YUV | 146.6 | 163.78 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 210 | 0.51 | 0.25 | 0 | 0.18 | 209.44 | 0.55 | 0.61 |
| Hex | 66 | 9D | D2 | 33 | 19 | 0 | 12 | D1 | 37 | 3D |
| Octal | 146 | 235 | 322 | 63 | 31 | 0 | 22 | 321 | 67 | 75 |
| Binary | 1100110 | 10011101 | 11010010 | 110011 | 11001 | 0 | 10010 | 11010001 | 110111 | 111101 |
Color Harmonies of #669DD2
Complementary color
Monochromatic Colors of #669DD2
Black with #669DD2
Text Example
Text Example
White with #669DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DD2; }
p { color: rgb(102,157,210); }
H1.HeaderClassName
{
color: #669DD2;
}
.AnyTagClassName
{
color: #669DD2;
}
</style>
background-color css
<style>
a { background-color: #669DD2; }
a { background-color: rgb(102,157,210); }
div.DivClassName
{
background-color: #669DD2;
}
.BgClassName
{
background-color: #669DD2;
}
</style>
border-color css
<style>
span { border-color: #669DD2; }
span { border-color: rgb(102,157,210); }
td.TdClassName
{
border-color: #669DD2;
}
.TagClassName
{
border-color: #669DD2;
}
</style>