Shades of Picton Blue #669CCA
Tints of Picton Blue #669CCA
RGB
CMYK
RGB Variations
Color information
#669CCA (or 0x669CCA) is known color: Picton Blue. HEX triplet: 66, 9C and CA. RGB value is (102,156,202). Sum of RGB (Red+Green+Blue) = 102+156+202=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #669CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CCA is #996335. Grayscale: #909090. Windows color (decimal): -10052406 or 13278310. OLE color: 13278310.
HSL color Cylindrical-coordinate representation of color #669CCA: hue angle of 207.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669CCA is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 156 | 202 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.21 |
| HSL | 207.6º | 0.49% | 0.6% | - |
| HSV(B) | 207.6º | 0.5% | 0.79% | - |
| XYZ | 28.03 | 30.87 | 60.36 | - |
| YUV | 145.1 | 160.11 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 202 | 0.50 | 0.23 | 0 | 0.21 | 207.6 | 0.49 | 0.6 |
| Hex | 66 | 9C | CA | 32 | 17 | 0 | 15 | D0 | 31 | 3C |
| Octal | 146 | 234 | 312 | 62 | 27 | 0 | 25 | 320 | 61 | 74 |
| Binary | 1100110 | 10011100 | 11001010 | 110010 | 10111 | 0 | 10101 | 11010000 | 110001 | 111100 |
Color Harmonies of #669CCA
Complementary color
Monochromatic Colors of #669CCA
Black with #669CCA
Text Example
Text Example
White with #669CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CCA; }
p { color: rgb(102,156,202); }
H1.HeaderClassName
{
color: #669CCA;
}
.AnyTagClassName
{
color: #669CCA;
}
</style>
background-color css
<style>
a { background-color: #669CCA; }
a { background-color: rgb(102,156,202); }
div.DivClassName
{
background-color: #669CCA;
}
.BgClassName
{
background-color: #669CCA;
}
</style>
border-color css
<style>
span { border-color: #669CCA; }
span { border-color: rgb(102,156,202); }
td.TdClassName
{
border-color: #669CCA;
}
.TagClassName
{
border-color: #669CCA;
}
</style>