Shades of Picton Blue #6095CE
Tints of Picton Blue #6095CE
RGB
CMYK
RGB Variations
Color information
#6095CE (or 0x6095CE) is known color: Picton Blue. HEX triplet: 60, 95 and CE. RGB value is (96,149,206). Sum of RGB (Red+Green+Blue) = 96+149+206=451 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.29% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #6095CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6095CE is #9F6A31. Grayscale: #8B8B8B. Windows color (decimal): -10447410 or 13538656. OLE color: 13538656.
HSL color Cylindrical-coordinate representation of color #6095CE: hue angle of 211.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6095CE is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 149 | 206 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.19 |
| HSL | 211.09º | 0.53% | 0.59% | - |
| HSV(B) | 211.09º | 0.53% | 0.81% | - |
| XYZ | 26.71 | 28.44 | 62.47 | - |
| YUV | 139.65 | 165.44 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 206 | 0.53 | 0.28 | 0 | 0.19 | 211.09 | 0.53 | 0.59 |
| Hex | 60 | 95 | CE | 35 | 1C | 0 | 13 | D3 | 35 | 3B |
| Octal | 140 | 225 | 316 | 65 | 34 | 0 | 23 | 323 | 65 | 73 |
| Binary | 1100000 | 10010101 | 11001110 | 110101 | 11100 | 0 | 10011 | 11010011 | 110101 | 111011 |
Color Harmonies of #6095CE
Complementary color
Monochromatic Colors of #6095CE
Black with #6095CE
Text Example
Text Example
White with #6095CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6095CE; }
p { color: rgb(96,149,206); }
H1.HeaderClassName
{
color: #6095CE;
}
.AnyTagClassName
{
color: #6095CE;
}
</style>
background-color css
<style>
a { background-color: #6095CE; }
a { background-color: rgb(96,149,206); }
div.DivClassName
{
background-color: #6095CE;
}
.BgClassName
{
background-color: #6095CE;
}
</style>
border-color css
<style>
span { border-color: #6095CE; }
span { border-color: rgb(96,149,206); }
td.TdClassName
{
border-color: #6095CE;
}
.TagClassName
{
border-color: #6095CE;
}
</style>