Shades of Picton Blue #62A8CC
Tints of Picton Blue #62A8CC
RGB
CMYK
RGB Variations
Color information
#62A8CC (or 0x62A8CC) is known color: Picton Blue. HEX triplet: 62, A8 and CC. RGB value is (98,168,204). Sum of RGB (Red+Green+Blue) = 98+168+204=470 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.85% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #62A8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A8CC is #9D5733. Grayscale: #969696. Windows color (decimal): -10311476 or 13412450. OLE color: 13412450.
HSL color Cylindrical-coordinate representation of color #62A8CC: hue angle of 200.38º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62A8CC is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 168 | 204 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.2 |
| HSL | 200.38º | 0.51% | 0.59% | - |
| HSV(B) | 200.38º | 0.52% | 0.8% | - |
| XYZ | 29.94 | 34.96 | 62.3 | - |
| YUV | 151.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 168 | 204 | 0.52 | 0.18 | 0 | 0.2 | 200.38 | 0.51 | 0.59 |
| Hex | 62 | A8 | CC | 34 | 12 | 0 | 14 | C8 | 33 | 3B |
| Octal | 142 | 250 | 314 | 64 | 22 | 0 | 24 | 310 | 63 | 73 |
| Binary | 1100010 | 10101000 | 11001100 | 110100 | 10010 | 0 | 10100 | 11001000 | 110011 | 111011 |
Color Harmonies of #62A8CC
Complementary color
Monochromatic Colors of #62A8CC
Black with #62A8CC
Text Example
Text Example
White with #62A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A8CC; }
p { color: rgb(98,168,204); }
H1.HeaderClassName
{
color: #62A8CC;
}
.AnyTagClassName
{
color: #62A8CC;
}
</style>
background-color css
<style>
a { background-color: #62A8CC; }
a { background-color: rgb(98,168,204); }
div.DivClassName
{
background-color: #62A8CC;
}
.BgClassName
{
background-color: #62A8CC;
}
</style>
border-color css
<style>
span { border-color: #62A8CC; }
span { border-color: rgb(98,168,204); }
td.TdClassName
{
border-color: #62A8CC;
}
.TagClassName
{
border-color: #62A8CC;
}
</style>