Shades of Picton Blue #6099CE
Tints of Picton Blue #6099CE
RGB
CMYK
RGB Variations
Color information
#6099CE (or 0x6099CE) is known color: Picton Blue. HEX triplet: 60, 99 and CE. RGB value is (96,153,206). Sum of RGB (Red+Green+Blue) = 96+153+206=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #6099CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6099CE is #9F6631. Grayscale: #8D8D8D. Windows color (decimal): -10446386 or 13539680. OLE color: 13539680.
HSL color Cylindrical-coordinate representation of color #6099CE: hue angle of 208.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6099CE is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 153 | 206 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.19 |
| HSL | 208.91º | 0.53% | 0.59% | - |
| HSV(B) | 208.91º | 0.53% | 0.81% | - |
| XYZ | 27.36 | 29.73 | 62.69 | - |
| YUV | 142 | 164.12 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 206 | 0.53 | 0.26 | 0 | 0.19 | 208.91 | 0.53 | 0.59 |
| Hex | 60 | 99 | CE | 35 | 1A | 0 | 13 | D1 | 35 | 3B |
| Octal | 140 | 231 | 316 | 65 | 32 | 0 | 23 | 321 | 65 | 73 |
| Binary | 1100000 | 10011001 | 11001110 | 110101 | 11010 | 0 | 10011 | 11010001 | 110101 | 111011 |
Color Harmonies of #6099CE
Complementary color
Monochromatic Colors of #6099CE
Black with #6099CE
Text Example
Text Example
White with #6099CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6099CE; }
p { color: rgb(96,153,206); }
H1.HeaderClassName
{
color: #6099CE;
}
.AnyTagClassName
{
color: #6099CE;
}
</style>
background-color css
<style>
a { background-color: #6099CE; }
a { background-color: rgb(96,153,206); }
div.DivClassName
{
background-color: #6099CE;
}
.BgClassName
{
background-color: #6099CE;
}
</style>
border-color css
<style>
span { border-color: #6099CE; }
span { border-color: rgb(96,153,206); }
td.TdClassName
{
border-color: #6099CE;
}
.TagClassName
{
border-color: #6099CE;
}
</style>