Shades of Picton Blue #6096CA
Tints of Picton Blue #6096CA
RGB
CMYK
RGB Variations
Color information
#6096CA (or 0x6096CA) is known color: Picton Blue. HEX triplet: 60, 96 and CA. RGB value is (96,150,202). Sum of RGB (Red+Green+Blue) = 96+150+202=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #6096CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6096CA is #9F6935. Grayscale: #8B8B8B. Windows color (decimal): -10447158 or 13276768. OLE color: 13276768.
HSL color Cylindrical-coordinate representation of color #6096CA: hue angle of 209.43º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6096CA is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 150 | 202 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.21 |
| HSL | 209.43º | 0.5% | 0.58% | - |
| HSV(B) | 209.43º | 0.52% | 0.79% | - |
| XYZ | 26.39 | 28.56 | 60 | - |
| YUV | 139.78 | 163.11 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 150 | 202 | 0.52 | 0.26 | 0 | 0.21 | 209.43 | 0.5 | 0.58 |
| Hex | 60 | 96 | CA | 34 | 1A | 0 | 15 | D1 | 32 | 3A |
| Octal | 140 | 226 | 312 | 64 | 32 | 0 | 25 | 321 | 62 | 72 |
| Binary | 1100000 | 10010110 | 11001010 | 110100 | 11010 | 0 | 10101 | 11010001 | 110010 | 111010 |
Color Harmonies of #6096CA
Complementary color
Monochromatic Colors of #6096CA
Black with #6096CA
Text Example
Text Example
White with #6096CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6096CA; }
p { color: rgb(96,150,202); }
H1.HeaderClassName
{
color: #6096CA;
}
.AnyTagClassName
{
color: #6096CA;
}
</style>
background-color css
<style>
a { background-color: #6096CA; }
a { background-color: rgb(96,150,202); }
div.DivClassName
{
background-color: #6096CA;
}
.BgClassName
{
background-color: #6096CA;
}
</style>
border-color css
<style>
span { border-color: #6096CA; }
span { border-color: rgb(96,150,202); }
td.TdClassName
{
border-color: #6096CA;
}
.TagClassName
{
border-color: #6096CA;
}
</style>