Shades of Picton Blue #6096C8
Tints of Picton Blue #6096C8
RGB
CMYK
RGB Variations
Color information
#6096C8 (or 0x6096C8) is known color: Picton Blue. HEX triplet: 60, 96 and C8. RGB value is (96,150,200). Sum of RGB (Red+Green+Blue) = 96+150+200=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #6096C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6096C8 is #9F6937. Grayscale: #8B8B8B. Windows color (decimal): -10447160 or 13145696. OLE color: 13145696.
HSL color Cylindrical-coordinate representation of color #6096C8: hue angle of 208.85º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6096C8 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 150 | 200 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.22 |
| HSL | 208.85º | 0.49% | 0.58% | - |
| HSV(B) | 208.85º | 0.52% | 0.78% | - |
| XYZ | 26.16 | 28.47 | 58.76 | - |
| YUV | 139.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 150 | 200 | 0.52 | 0.25 | 0 | 0.22 | 208.85 | 0.49 | 0.58 |
| Hex | 60 | 96 | C8 | 34 | 19 | 0 | 16 | D1 | 31 | 3A |
| Octal | 140 | 226 | 310 | 64 | 31 | 0 | 26 | 321 | 61 | 72 |
| Binary | 1100000 | 10010110 | 11001000 | 110100 | 11001 | 0 | 10110 | 11010001 | 110001 | 111010 |
Color Harmonies of #6096C8
Complementary color
Monochromatic Colors of #6096C8
Black with #6096C8
Text Example
Text Example
White with #6096C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6096C8; }
p { color: rgb(96,150,200); }
H1.HeaderClassName
{
color: #6096C8;
}
.AnyTagClassName
{
color: #6096C8;
}
</style>
background-color css
<style>
a { background-color: #6096C8; }
a { background-color: rgb(96,150,200); }
div.DivClassName
{
background-color: #6096C8;
}
.BgClassName
{
background-color: #6096C8;
}
</style>
border-color css
<style>
span { border-color: #6096C8; }
span { border-color: rgb(96,150,200); }
td.TdClassName
{
border-color: #6096C8;
}
.TagClassName
{
border-color: #6096C8;
}
</style>