Shades of Picton Blue #669ACC
Tints of Picton Blue #669ACC
RGB
CMYK
RGB Variations
Color information
#669ACC (or 0x669ACC) is known color: Picton Blue. HEX triplet: 66, 9A and CC. RGB value is (102,154,204). Sum of RGB (Red+Green+Blue) = 102+154+204=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #669ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ACC is #996533. Grayscale: #8F8F8F. Windows color (decimal): -10052916 or 13408870. OLE color: 13408870.
HSL color Cylindrical-coordinate representation of color #669ACC: hue angle of 209.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669ACC is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 154 | 204 | - |
| CMYK | 0.5 | 0.25 | 0 | 0.2 |
| HSL | 209.41º | 0.5% | 0.6% | - |
| HSV(B) | 209.41º | 0.5% | 0.8% | - |
| XYZ | 27.93 | 30.3 | 61.5 | - |
| YUV | 144.15 | 161.77 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 204 | 0.5 | 0.25 | 0 | 0.2 | 209.41 | 0.5 | 0.6 |
| Hex | 66 | 9A | CC | 32 | 19 | 0 | 14 | D1 | 32 | 3C |
| Octal | 146 | 232 | 314 | 62 | 31 | 0 | 24 | 321 | 62 | 74 |
| Binary | 1100110 | 10011010 | 11001100 | 110010 | 11001 | 0 | 10100 | 11010001 | 110010 | 111100 |
Color Harmonies of #669ACC
Complementary color
Monochromatic Colors of #669ACC
Black with #669ACC
Text Example
Text Example
White with #669ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669ACC; }
p { color: rgb(102,154,204); }
H1.HeaderClassName
{
color: #669ACC;
}
.AnyTagClassName
{
color: #669ACC;
}
</style>
background-color css
<style>
a { background-color: #669ACC; }
a { background-color: rgb(102,154,204); }
div.DivClassName
{
background-color: #669ACC;
}
.BgClassName
{
background-color: #669ACC;
}
</style>
border-color css
<style>
span { border-color: #669ACC; }
span { border-color: rgb(102,154,204); }
td.TdClassName
{
border-color: #669ACC;
}
.TagClassName
{
border-color: #669ACC;
}
</style>