Shades of Picton Blue #669DCD
Tints of Picton Blue #669DCD
RGB
CMYK
RGB Variations
Color information
#669DCD (or 0x669DCD) is known color: Picton Blue. HEX triplet: 66, 9D and CD. RGB value is (102,157,205). Sum of RGB (Red+Green+Blue) = 102+157+205=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #669DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DCD is #996232. Grayscale: #919191. Windows color (decimal): -10052147 or 13475174. OLE color: 13475174.
HSL color Cylindrical-coordinate representation of color #669DCD: hue angle of 207.96º degrees, saturation: 0.51, 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 #669DCD is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 157 | 205 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.20 |
| HSL | 207.96º | 0.51% | 0.6% | - |
| HSV(B) | 207.96º | 0.5% | 0.8% | - |
| XYZ | 28.56 | 31.35 | 62.3 | - |
| YUV | 146.03 | 161.28 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 205 | 0.50 | 0.23 | 0 | 0.20 | 207.96 | 0.51 | 0.6 |
| Hex | 66 | 9D | CD | 32 | 17 | 0 | 14 | D0 | 33 | 3C |
| Octal | 146 | 235 | 315 | 62 | 27 | 0 | 24 | 320 | 63 | 74 |
| Binary | 1100110 | 10011101 | 11001101 | 110010 | 10111 | 0 | 10100 | 11010000 | 110011 | 111100 |
Color Harmonies of #669DCD
Complementary color
Monochromatic Colors of #669DCD
Black with #669DCD
Text Example
Text Example
White with #669DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DCD; }
p { color: rgb(102,157,205); }
H1.HeaderClassName
{
color: #669DCD;
}
.AnyTagClassName
{
color: #669DCD;
}
</style>
background-color css
<style>
a { background-color: #669DCD; }
a { background-color: rgb(102,157,205); }
div.DivClassName
{
background-color: #669DCD;
}
.BgClassName
{
background-color: #669DCD;
}
</style>
border-color css
<style>
span { border-color: #669DCD; }
span { border-color: rgb(102,157,205); }
td.TdClassName
{
border-color: #669DCD;
}
.TagClassName
{
border-color: #669DCD;
}
</style>