Shades of Picton Blue #62A6C8
Tints of Picton Blue #62A6C8
RGB
CMYK
RGB Variations
Color information
#62A6C8 (or 0x62A6C8) is known color: Picton Blue. HEX triplet: 62, A6 and C8. RGB value is (98,166,200). Sum of RGB (Red+Green+Blue) = 98+166+200=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #62A6C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A6C8 is #9D5937. Grayscale: #959595. Windows color (decimal): -10311992 or 13149794. OLE color: 13149794.
HSL color Cylindrical-coordinate representation of color #62A6C8: hue angle of 200º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62A6C8 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 166 | 200 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.22 |
| HSL | 200º | 0.48% | 0.58% | - |
| HSV(B) | 200º | 0.51% | 0.78% | - |
| XYZ | 29.1 | 34.04 | 59.68 | - |
| YUV | 149.54 | 156.47 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 166 | 200 | 0.51 | 0.17 | 0 | 0.22 | 200 | 0.48 | 0.58 |
| Hex | 62 | A6 | C8 | 33 | 11 | 0 | 16 | C8 | 30 | 3A |
| Octal | 142 | 246 | 310 | 63 | 21 | 0 | 26 | 310 | 60 | 72 |
| Binary | 1100010 | 10100110 | 11001000 | 110011 | 10001 | 0 | 10110 | 11001000 | 110000 | 111010 |
Color Harmonies of #62A6C8
Complementary color
Monochromatic Colors of #62A6C8
Black with #62A6C8
Text Example
Text Example
White with #62A6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A6C8; }
p { color: rgb(98,166,200); }
H1.HeaderClassName
{
color: #62A6C8;
}
.AnyTagClassName
{
color: #62A6C8;
}
</style>
background-color css
<style>
a { background-color: #62A6C8; }
a { background-color: rgb(98,166,200); }
div.DivClassName
{
background-color: #62A6C8;
}
.BgClassName
{
background-color: #62A6C8;
}
</style>
border-color css
<style>
span { border-color: #62A6C8; }
span { border-color: rgb(98,166,200); }
td.TdClassName
{
border-color: #62A6C8;
}
.TagClassName
{
border-color: #62A6C8;
}
</style>