Shades of Picton Blue #6096D1
Tints of Picton Blue #6096D1
RGB
CMYK
RGB Variations
Color information
#6096D1 (or 0x6096D1) is known color: Picton Blue. HEX triplet: 60, 96 and D1. RGB value is (96,150,209). Sum of RGB (Red+Green+Blue) = 96+150+209=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #6096D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6096D1 is #9F692E. Grayscale: #8C8C8C. Windows color (decimal): -10447151 or 13735520. OLE color: 13735520.
HSL color Cylindrical-coordinate representation of color #6096D1: hue angle of 211.33º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6096D1 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 150 | 209 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.18 |
| HSL | 211.33º | 0.55% | 0.6% | - |
| HSV(B) | 211.33º | 0.54% | 0.82% | - |
| XYZ | 27.24 | 28.9 | 64.46 | - |
| YUV | 140.58 | 166.61 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 150 | 209 | 0.54 | 0.28 | 0 | 0.18 | 211.33 | 0.55 | 0.6 |
| Hex | 60 | 96 | D1 | 36 | 1C | 0 | 12 | D3 | 37 | 3C |
| Octal | 140 | 226 | 321 | 66 | 34 | 0 | 22 | 323 | 67 | 74 |
| Binary | 1100000 | 10010110 | 11010001 | 110110 | 11100 | 0 | 10010 | 11010011 | 110111 | 111100 |
Color Harmonies of #6096D1
Complementary color
Monochromatic Colors of #6096D1
Black with #6096D1
Text Example
Text Example
White with #6096D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6096D1; }
p { color: rgb(96,150,209); }
H1.HeaderClassName
{
color: #6096D1;
}
.AnyTagClassName
{
color: #6096D1;
}
</style>
background-color css
<style>
a { background-color: #6096D1; }
a { background-color: rgb(96,150,209); }
div.DivClassName
{
background-color: #6096D1;
}
.BgClassName
{
background-color: #6096D1;
}
</style>
border-color css
<style>
span { border-color: #6096D1; }
span { border-color: rgb(96,150,209); }
td.TdClassName
{
border-color: #6096D1;
}
.TagClassName
{
border-color: #6096D1;
}
</style>