Shades of Picton Blue #669BCF
Tints of Picton Blue #669BCF
RGB
CMYK
RGB Variations
Color information
#669BCF (or 0x669BCF) is known color: Picton Blue. HEX triplet: 66, 9B and CF. RGB value is (102,155,207). Sum of RGB (Red+Green+Blue) = 102+155+207=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #669BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669BCF is #996430. Grayscale: #909090. Windows color (decimal): -10052657 or 13605734. OLE color: 13605734.
HSL color Cylindrical-coordinate representation of color #669BCF: hue angle of 209.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #669BCF is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 155 | 207 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.19 |
| HSL | 209.71º | 0.52% | 0.61% | - |
| HSV(B) | 209.71º | 0.51% | 0.81% | - |
| XYZ | 28.46 | 30.77 | 63.47 | - |
| YUV | 145.08 | 162.94 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 207 | 0.51 | 0.25 | 0 | 0.19 | 209.71 | 0.52 | 0.61 |
| Hex | 66 | 9B | CF | 33 | 19 | 0 | 13 | D2 | 34 | 3D |
| Octal | 146 | 233 | 317 | 63 | 31 | 0 | 23 | 322 | 64 | 75 |
| Binary | 1100110 | 10011011 | 11001111 | 110011 | 11001 | 0 | 10011 | 11010010 | 110100 | 111101 |
Color Harmonies of #669BCF
Complementary color
Monochromatic Colors of #669BCF
Black with #669BCF
Text Example
Text Example
White with #669BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BCF; }
p { color: rgb(102,155,207); }
H1.HeaderClassName
{
color: #669BCF;
}
.AnyTagClassName
{
color: #669BCF;
}
</style>
background-color css
<style>
a { background-color: #669BCF; }
a { background-color: rgb(102,155,207); }
div.DivClassName
{
background-color: #669BCF;
}
.BgClassName
{
background-color: #669BCF;
}
</style>
border-color css
<style>
span { border-color: #669BCF; }
span { border-color: rgb(102,155,207); }
td.TdClassName
{
border-color: #669BCF;
}
.TagClassName
{
border-color: #669BCF;
}
</style>