Shades of Picton Blue #60B0D0
Tints of Picton Blue #60B0D0
RGB
CMYK
RGB Variations
Color information
#60B0D0 (or 0x60B0D0) is known color: Picton Blue. HEX triplet: 60, B0 and D0. RGB value is (96,176,208). Sum of RGB (Red+Green+Blue) = 96+176+208=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #60B0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B0D0 is #9F4F2F. Grayscale: #9B9B9B. Windows color (decimal): -10440496 or 13676640. OLE color: 13676640.
HSL color Cylindrical-coordinate representation of color #60B0D0: hue angle of 197.14º degrees, saturation: 0.54, 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 #60B0D0 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 176 | 208 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.18 |
| HSL | 197.14º | 0.54% | 0.6% | - |
| HSV(B) | 197.14º | 0.54% | 0.82% | - |
| XYZ | 31.73 | 38.09 | 65.35 | - |
| YUV | 155.73 | 157.5 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 208 | 0.54 | 0.15 | 0 | 0.18 | 197.14 | 0.54 | 0.6 |
| Hex | 60 | B0 | D0 | 36 | F | 0 | 12 | C5 | 36 | 3C |
| Octal | 140 | 260 | 320 | 66 | 17 | 0 | 22 | 305 | 66 | 74 |
| Binary | 1100000 | 10110000 | 11010000 | 110110 | 1111 | 0 | 10010 | 11000101 | 110110 | 111100 |
Color Harmonies of #60B0D0
Complementary color
Monochromatic Colors of #60B0D0
Black with #60B0D0
Text Example
Text Example
White with #60B0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B0D0; }
p { color: rgb(96,176,208); }
H1.HeaderClassName
{
color: #60B0D0;
}
.AnyTagClassName
{
color: #60B0D0;
}
</style>
background-color css
<style>
a { background-color: #60B0D0; }
a { background-color: rgb(96,176,208); }
div.DivClassName
{
background-color: #60B0D0;
}
.BgClassName
{
background-color: #60B0D0;
}
</style>
border-color css
<style>
span { border-color: #60B0D0; }
span { border-color: rgb(96,176,208); }
td.TdClassName
{
border-color: #60B0D0;
}
.TagClassName
{
border-color: #60B0D0;
}
</style>