Shades of Picton Blue #6699D9
Tints of Picton Blue #6699D9
RGB
CMYK
RGB Variations
Color information
#6699D9 (or 0x6699D9) is known color: Picton Blue. HEX triplet: 66, 99 and D9. RGB value is (102,153,217). Sum of RGB (Red+Green+Blue) = 102+153+217=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #6699D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699D9 is #996626. Grayscale: #909090. Windows color (decimal): -10053159 or 14260582. OLE color: 14260582.
HSL color Cylindrical-coordinate representation of color #6699D9: hue angle of 213.39º degrees, saturation: 0.6, 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 #6699D9 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 153 | 217 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.15 |
| HSL | 213.39º | 0.6% | 0.63% | - |
| HSV(B) | 213.39º | 0.53% | 0.85% | - |
| XYZ | 29.4 | 30.62 | 70.01 | - |
| YUV | 145.05 | 168.6 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 217 | 0.53 | 0.29 | 0 | 0.15 | 213.39 | 0.6 | 0.63 |
| Hex | 66 | 99 | D9 | 35 | 1D | 0 | F | D5 | 3C | 3F |
| Octal | 146 | 231 | 331 | 65 | 35 | 0 | 17 | 325 | 74 | 77 |
| Binary | 1100110 | 10011001 | 11011001 | 110101 | 11101 | 0 | 1111 | 11010101 | 111100 | 111111 |
Color Harmonies of #6699D9
Complementary color
Monochromatic Colors of #6699D9
Black with #6699D9
Text Example
Text Example
White with #6699D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6699D9; }
p { color: rgb(102,153,217); }
H1.HeaderClassName
{
color: #6699D9;
}
.AnyTagClassName
{
color: #6699D9;
}
</style>
background-color css
<style>
a { background-color: #6699D9; }
a { background-color: rgb(102,153,217); }
div.DivClassName
{
background-color: #6699D9;
}
.BgClassName
{
background-color: #6699D9;
}
</style>
border-color css
<style>
span { border-color: #6699D9; }
span { border-color: rgb(102,153,217); }
td.TdClassName
{
border-color: #6699D9;
}
.TagClassName
{
border-color: #6699D9;
}
</style>