Shades of Picton Blue #6099D0
Tints of Picton Blue #6099D0
RGB
CMYK
RGB Variations
Color information
#6099D0 (or 0x6099D0) is known color: Picton Blue. HEX triplet: 60, 99 and D0. RGB value is (96,153,208). Sum of RGB (Red+Green+Blue) = 96+153+208=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #6099D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6099D0 is #9F662F. Grayscale: #8D8D8D. Windows color (decimal): -10446384 or 13670752. OLE color: 13670752.
HSL color Cylindrical-coordinate representation of color #6099D0: hue angle of 209.46º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6099D0 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 153 | 208 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.18 |
| HSL | 209.46º | 0.54% | 0.6% | - |
| HSV(B) | 209.46º | 0.54% | 0.82% | - |
| XYZ | 27.6 | 29.82 | 63.98 | - |
| YUV | 142.23 | 165.12 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 208 | 0.54 | 0.26 | 0 | 0.18 | 209.46 | 0.54 | 0.6 |
| Hex | 60 | 99 | D0 | 36 | 1A | 0 | 12 | D1 | 36 | 3C |
| Octal | 140 | 231 | 320 | 66 | 32 | 0 | 22 | 321 | 66 | 74 |
| Binary | 1100000 | 10011001 | 11010000 | 110110 | 11010 | 0 | 10010 | 11010001 | 110110 | 111100 |
Color Harmonies of #6099D0
Complementary color
Monochromatic Colors of #6099D0
Black with #6099D0
Text Example
Text Example
White with #6099D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6099D0; }
p { color: rgb(96,153,208); }
H1.HeaderClassName
{
color: #6099D0;
}
.AnyTagClassName
{
color: #6099D0;
}
</style>
background-color css
<style>
a { background-color: #6099D0; }
a { background-color: rgb(96,153,208); }
div.DivClassName
{
background-color: #6099D0;
}
.BgClassName
{
background-color: #6099D0;
}
</style>
border-color css
<style>
span { border-color: #6099D0; }
span { border-color: rgb(96,153,208); }
td.TdClassName
{
border-color: #6099D0;
}
.TagClassName
{
border-color: #6099D0;
}
</style>