Shades of Picton Blue #669BC7
Tints of Picton Blue #669BC7
RGB
CMYK
RGB Variations
Color information
#669BC7 (or 0x669BC7) is known color: Picton Blue. HEX triplet: 66, 9B and C7. RGB value is (102,155,199). Sum of RGB (Red+Green+Blue) = 102+155+199=456 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.37% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 199 - color contains mainly: blue. Hex color #669BC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669BC7 is #996438. Grayscale: #8F8F8F. Windows color (decimal): -10052665 or 13081446. OLE color: 13081446.
HSL color Cylindrical-coordinate representation of color #669BC7: hue angle of 207.22º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #669BC7 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 155 | 199 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.22 |
| HSL | 207.22º | 0.46% | 0.59% | - |
| HSV(B) | 207.22º | 0.49% | 0.78% | - |
| XYZ | 27.51 | 30.39 | 58.45 | - |
| YUV | 144.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 199 | 0.49 | 0.22 | 0 | 0.22 | 207.22 | 0.46 | 0.59 |
| Hex | 66 | 9B | C7 | 31 | 16 | 0 | 16 | CF | 2E | 3B |
| Octal | 146 | 233 | 307 | 61 | 26 | 0 | 26 | 317 | 56 | 73 |
| Binary | 1100110 | 10011011 | 11000111 | 110001 | 10110 | 0 | 10110 | 11001111 | 101110 | 111011 |
Color Harmonies of #669BC7
Complementary color
Monochromatic Colors of #669BC7
Black with #669BC7
Text Example
Text Example
White with #669BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BC7; }
p { color: rgb(102,155,199); }
H1.HeaderClassName
{
color: #669BC7;
}
.AnyTagClassName
{
color: #669BC7;
}
</style>
background-color css
<style>
a { background-color: #669BC7; }
a { background-color: rgb(102,155,199); }
div.DivClassName
{
background-color: #669BC7;
}
.BgClassName
{
background-color: #669BC7;
}
</style>
border-color css
<style>
span { border-color: #669BC7; }
span { border-color: rgb(102,155,199); }
td.TdClassName
{
border-color: #669BC7;
}
.TagClassName
{
border-color: #669BC7;
}
</style>