Shades of Picton Blue #6699C7
Tints of Picton Blue #6699C7
RGB
CMYK
RGB Variations
Color information
#6699C7 (or 0x6699C7) is known color: Picton Blue. HEX triplet: 66, 99 and C7. RGB value is (102,153,199). Sum of RGB (Red+Green+Blue) = 102+153+199=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 199 - color contains mainly: blue. Hex color #6699C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699C7 is #996638. Grayscale: #8E8E8E. Windows color (decimal): -10053177 or 13080934. OLE color: 13080934.
HSL color Cylindrical-coordinate representation of color #6699C7: hue angle of 208.45º 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 #6699C7 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 153 | 199 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.22 |
| HSL | 208.45º | 0.46% | 0.59% | - |
| HSV(B) | 208.45º | 0.49% | 0.78% | - |
| XYZ | 27.18 | 29.73 | 58.34 | - |
| YUV | 143 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 199 | 0.49 | 0.23 | 0 | 0.22 | 208.45 | 0.46 | 0.59 |
| Hex | 66 | 99 | C7 | 31 | 17 | 0 | 16 | D0 | 2E | 3B |
| Octal | 146 | 231 | 307 | 61 | 27 | 0 | 26 | 320 | 56 | 73 |
| Binary | 1100110 | 10011001 | 11000111 | 110001 | 10111 | 0 | 10110 | 11010000 | 101110 | 111011 |
Color Harmonies of #6699C7
Complementary color
Monochromatic Colors of #6699C7
Black with #6699C7
Text Example
Text Example
White with #6699C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6699C7; }
p { color: rgb(102,153,199); }
H1.HeaderClassName
{
color: #6699C7;
}
.AnyTagClassName
{
color: #6699C7;
}
</style>
background-color css
<style>
a { background-color: #6699C7; }
a { background-color: rgb(102,153,199); }
div.DivClassName
{
background-color: #6699C7;
}
.BgClassName
{
background-color: #6699C7;
}
</style>
border-color css
<style>
span { border-color: #6699C7; }
span { border-color: rgb(102,153,199); }
td.TdClassName
{
border-color: #6699C7;
}
.TagClassName
{
border-color: #6699C7;
}
</style>