Shades of Picton Blue #669DCE
Tints of Picton Blue #669DCE
RGB
CMYK
RGB Variations
Color information
#669DCE (or 0x669DCE) is known color: Picton Blue. HEX triplet: 66, 9D and CE. RGB value is (102,157,206). Sum of RGB (Red+Green+Blue) = 102+157+206=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #669DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DCE is #996231. Grayscale: #919191. Windows color (decimal): -10052146 or 13540710. OLE color: 13540710.
HSL color Cylindrical-coordinate representation of color #669DCE: hue angle of 208.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669DCE is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 157 | 206 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.19 |
| HSL | 208.27º | 0.51% | 0.6% | - |
| HSV(B) | 208.27º | 0.5% | 0.81% | - |
| XYZ | 28.68 | 31.39 | 62.94 | - |
| YUV | 146.14 | 161.78 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 206 | 0.50 | 0.24 | 0 | 0.19 | 208.27 | 0.51 | 0.6 |
| Hex | 66 | 9D | CE | 32 | 18 | 0 | 13 | D0 | 33 | 3C |
| Octal | 146 | 235 | 316 | 62 | 30 | 0 | 23 | 320 | 63 | 74 |
| Binary | 1100110 | 10011101 | 11001110 | 110010 | 11000 | 0 | 10011 | 11010000 | 110011 | 111100 |
Color Harmonies of #669DCE
Complementary color
Monochromatic Colors of #669DCE
Black with #669DCE
Text Example
Text Example
White with #669DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DCE; }
p { color: rgb(102,157,206); }
H1.HeaderClassName
{
color: #669DCE;
}
.AnyTagClassName
{
color: #669DCE;
}
</style>
background-color css
<style>
a { background-color: #669DCE; }
a { background-color: rgb(102,157,206); }
div.DivClassName
{
background-color: #669DCE;
}
.BgClassName
{
background-color: #669DCE;
}
</style>
border-color css
<style>
span { border-color: #669DCE; }
span { border-color: rgb(102,157,206); }
td.TdClassName
{
border-color: #669DCE;
}
.TagClassName
{
border-color: #669DCE;
}
</style>