Shades of Picton Blue #62A5CC
Tints of Picton Blue #62A5CC
RGB
CMYK
RGB Variations
Color information
#62A5CC (or 0x62A5CC) is known color: Picton Blue. HEX triplet: 62, A5 and CC. RGB value is (98,165,204). Sum of RGB (Red+Green+Blue) = 98+165+204=467 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.99% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #62A5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A5CC is #9D5A33. Grayscale: #959595. Windows color (decimal): -10312244 or 13411682. OLE color: 13411682.
HSL color Cylindrical-coordinate representation of color #62A5CC: hue angle of 202.08º 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 #62A5CC is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 165 | 204 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.2 |
| HSL | 202.08º | 0.51% | 0.59% | - |
| HSV(B) | 202.08º | 0.52% | 0.8% | - |
| XYZ | 29.39 | 33.87 | 62.11 | - |
| YUV | 149.41 | 158.8 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 165 | 204 | 0.52 | 0.19 | 0 | 0.2 | 202.08 | 0.51 | 0.59 |
| Hex | 62 | A5 | CC | 34 | 13 | 0 | 14 | CA | 33 | 3B |
| Octal | 142 | 245 | 314 | 64 | 23 | 0 | 24 | 312 | 63 | 73 |
| Binary | 1100010 | 10100101 | 11001100 | 110100 | 10011 | 0 | 10100 | 11001010 | 110011 | 111011 |
Color Harmonies of #62A5CC
Complementary color
Monochromatic Colors of #62A5CC
Black with #62A5CC
Text Example
Text Example
White with #62A5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A5CC; }
p { color: rgb(98,165,204); }
H1.HeaderClassName
{
color: #62A5CC;
}
.AnyTagClassName
{
color: #62A5CC;
}
</style>
background-color css
<style>
a { background-color: #62A5CC; }
a { background-color: rgb(98,165,204); }
div.DivClassName
{
background-color: #62A5CC;
}
.BgClassName
{
background-color: #62A5CC;
}
</style>
border-color css
<style>
span { border-color: #62A5CC; }
span { border-color: rgb(98,165,204); }
td.TdClassName
{
border-color: #62A5CC;
}
.TagClassName
{
border-color: #62A5CC;
}
</style>