Shades of Picton Blue #6099D9
Tints of Picton Blue #6099D9
RGB
CMYK
RGB Variations
Color information
#6099D9 (or 0x6099D9) is known color: Picton Blue. HEX triplet: 60, 99 and D9. RGB value is (96,153,217). Sum of RGB (Red+Green+Blue) = 96+153+217=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #6099D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6099D9 is #9F6626. Grayscale: #8E8E8E. Windows color (decimal): -10446375 or 14260576. OLE color: 14260576.
HSL color Cylindrical-coordinate representation of color #6099D9: hue angle of 211.74º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6099D9 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 153 | 217 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.15 |
| HSL | 211.74º | 0.61% | 0.61% | - |
| HSV(B) | 211.74º | 0.56% | 0.85% | - |
| XYZ | 28.74 | 30.28 | 69.98 | - |
| YUV | 143.25 | 169.62 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 217 | 0.56 | 0.29 | 0 | 0.15 | 211.74 | 0.61 | 0.61 |
| Hex | 60 | 99 | D9 | 38 | 1D | 0 | F | D4 | 3D | 3D |
| Octal | 140 | 231 | 331 | 70 | 35 | 0 | 17 | 324 | 75 | 75 |
| Binary | 1100000 | 10011001 | 11011001 | 111000 | 11101 | 0 | 1111 | 11010100 | 111101 | 111101 |
Color Harmonies of #6099D9
Complementary color
Monochromatic Colors of #6099D9
Black with #6099D9
Text Example
Text Example
White with #6099D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6099D9; }
p { color: rgb(96,153,217); }
H1.HeaderClassName
{
color: #6099D9;
}
.AnyTagClassName
{
color: #6099D9;
}
</style>
background-color css
<style>
a { background-color: #6099D9; }
a { background-color: rgb(96,153,217); }
div.DivClassName
{
background-color: #6099D9;
}
.BgClassName
{
background-color: #6099D9;
}
</style>
border-color css
<style>
span { border-color: #6099D9; }
span { border-color: rgb(96,153,217); }
td.TdClassName
{
border-color: #6099D9;
}
.TagClassName
{
border-color: #6099D9;
}
</style>