Shades of Picton Blue #62ACC9
Tints of Picton Blue #62ACC9
RGB
CMYK
RGB Variations
Color information
#62ACC9 (or 0x62ACC9) is known color: Picton Blue. HEX triplet: 62, AC and C9. RGB value is (98,172,201). Sum of RGB (Red+Green+Blue) = 98+172+201=471 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.81% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #62ACC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ACC9 is #9D5336. Grayscale: #989898. Windows color (decimal): -10310455 or 13216866. OLE color: 13216866.
HSL color Cylindrical-coordinate representation of color #62ACC9: hue angle of 196.89º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62ACC9 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 172 | 201 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.21 |
| HSL | 196.89º | 0.49% | 0.59% | - |
| HSV(B) | 196.89º | 0.51% | 0.79% | - |
| XYZ | 30.33 | 36.32 | 60.67 | - |
| YUV | 153.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 172 | 201 | 0.51 | 0.14 | 0 | 0.21 | 196.89 | 0.49 | 0.59 |
| Hex | 62 | AC | C9 | 33 | E | 0 | 15 | C5 | 31 | 3B |
| Octal | 142 | 254 | 311 | 63 | 16 | 0 | 25 | 305 | 61 | 73 |
| Binary | 1100010 | 10101100 | 11001001 | 110011 | 1110 | 0 | 10101 | 11000101 | 110001 | 111011 |
Color Harmonies of #62ACC9
Complementary color
Monochromatic Colors of #62ACC9
Black with #62ACC9
Text Example
Text Example
White with #62ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ACC9; }
p { color: rgb(98,172,201); }
H1.HeaderClassName
{
color: #62ACC9;
}
.AnyTagClassName
{
color: #62ACC9;
}
</style>
background-color css
<style>
a { background-color: #62ACC9; }
a { background-color: rgb(98,172,201); }
div.DivClassName
{
background-color: #62ACC9;
}
.BgClassName
{
background-color: #62ACC9;
}
</style>
border-color css
<style>
span { border-color: #62ACC9; }
span { border-color: rgb(98,172,201); }
td.TdClassName
{
border-color: #62ACC9;
}
.TagClassName
{
border-color: #62ACC9;
}
</style>