Shades of Picton Blue #6095CB
Tints of Picton Blue #6095CB
RGB
CMYK
RGB Variations
Color information
#6095CB (or 0x6095CB) is known color: Picton Blue. HEX triplet: 60, 95 and CB. RGB value is (96,149,203). Sum of RGB (Red+Green+Blue) = 96+149+203=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #6095CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6095CB is #9F6A34. Grayscale: #8B8B8B. Windows color (decimal): -10447413 or 13342048. OLE color: 13342048.
HSL color Cylindrical-coordinate representation of color #6095CB: hue angle of 210.28º 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 #6095CB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 149 | 203 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.20 |
| HSL | 210.28º | 0.51% | 0.59% | - |
| HSV(B) | 210.28º | 0.53% | 0.8% | - |
| XYZ | 26.35 | 28.29 | 60.57 | - |
| YUV | 139.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 203 | 0.53 | 0.27 | 0 | 0.20 | 210.28 | 0.51 | 0.59 |
| Hex | 60 | 95 | CB | 35 | 1B | 0 | 14 | D2 | 33 | 3B |
| Octal | 140 | 225 | 313 | 65 | 33 | 0 | 24 | 322 | 63 | 73 |
| Binary | 1100000 | 10010101 | 11001011 | 110101 | 11011 | 0 | 10100 | 11010010 | 110011 | 111011 |
Color Harmonies of #6095CB
Complementary color
Monochromatic Colors of #6095CB
Black with #6095CB
Text Example
Text Example
White with #6095CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6095CB; }
p { color: rgb(96,149,203); }
H1.HeaderClassName
{
color: #6095CB;
}
.AnyTagClassName
{
color: #6095CB;
}
</style>
background-color css
<style>
a { background-color: #6095CB; }
a { background-color: rgb(96,149,203); }
div.DivClassName
{
background-color: #6095CB;
}
.BgClassName
{
background-color: #6095CB;
}
</style>
border-color css
<style>
span { border-color: #6095CB; }
span { border-color: rgb(96,149,203); }
td.TdClassName
{
border-color: #6095CB;
}
.TagClassName
{
border-color: #6095CB;
}
</style>