Shades of Picton Blue #6099CC
Tints of Picton Blue #6099CC
RGB
CMYK
RGB Variations
Color information
#6099CC (or 0x6099CC) is known color: Picton Blue. HEX triplet: 60, 99 and CC. RGB value is (96,153,204). Sum of RGB (Red+Green+Blue) = 96+153+204=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #6099CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6099CC is #9F6633. Grayscale: #8D8D8D. Windows color (decimal): -10446388 or 13408608. OLE color: 13408608.
HSL color Cylindrical-coordinate representation of color #6099CC: hue angle of 208.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6099CC is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 153 | 204 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.2 |
| HSL | 208.33º | 0.51% | 0.59% | - |
| HSV(B) | 208.33º | 0.53% | 0.8% | - |
| XYZ | 27.11 | 29.63 | 61.42 | - |
| YUV | 141.77 | 163.12 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 204 | 0.53 | 0.25 | 0 | 0.2 | 208.33 | 0.51 | 0.59 |
| Hex | 60 | 99 | CC | 35 | 19 | 0 | 14 | D0 | 33 | 3B |
| Octal | 140 | 231 | 314 | 65 | 31 | 0 | 24 | 320 | 63 | 73 |
| Binary | 1100000 | 10011001 | 11001100 | 110101 | 11001 | 0 | 10100 | 11010000 | 110011 | 111011 |
Color Harmonies of #6099CC
Complementary color
Monochromatic Colors of #6099CC
Black with #6099CC
Text Example
Text Example
White with #6099CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6099CC; }
p { color: rgb(96,153,204); }
H1.HeaderClassName
{
color: #6099CC;
}
.AnyTagClassName
{
color: #6099CC;
}
</style>
background-color css
<style>
a { background-color: #6099CC; }
a { background-color: rgb(96,153,204); }
div.DivClassName
{
background-color: #6099CC;
}
.BgClassName
{
background-color: #6099CC;
}
</style>
border-color css
<style>
span { border-color: #6099CC; }
span { border-color: rgb(96,153,204); }
td.TdClassName
{
border-color: #6099CC;
}
.TagClassName
{
border-color: #6099CC;
}
</style>