Shades of Picton Blue #62AECB
Tints of Picton Blue #62AECB
RGB
CMYK
RGB Variations
Color information
#62AECB (or 0x62AECB) is known color: Picton Blue. HEX triplet: 62, AE and CB. RGB value is (98,174,203). Sum of RGB (Red+Green+Blue) = 98+174+203=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #62AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AECB is #9D5134. Grayscale: #9A9A9A. Windows color (decimal): -10309941 or 13348450. OLE color: 13348450.
HSL color Cylindrical-coordinate representation of color #62AECB: hue angle of 196.57º degrees, saturation: 0.5, 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 #62AECB is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 174 | 203 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.20 |
| HSL | 196.57º | 0.5% | 0.59% | - |
| HSV(B) | 196.57º | 0.52% | 0.8% | - |
| XYZ | 30.95 | 37.18 | 62.05 | - |
| YUV | 154.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 174 | 203 | 0.52 | 0.14 | 0 | 0.20 | 196.57 | 0.5 | 0.59 |
| Hex | 62 | AE | CB | 34 | E | 0 | 14 | C5 | 32 | 3B |
| Octal | 142 | 256 | 313 | 64 | 16 | 0 | 24 | 305 | 62 | 73 |
| Binary | 1100010 | 10101110 | 11001011 | 110100 | 1110 | 0 | 10100 | 11000101 | 110010 | 111011 |
Color Harmonies of #62AECB
Complementary color
Monochromatic Colors of #62AECB
Black with #62AECB
Text Example
Text Example
White with #62AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AECB; }
p { color: rgb(98,174,203); }
H1.HeaderClassName
{
color: #62AECB;
}
.AnyTagClassName
{
color: #62AECB;
}
</style>
background-color css
<style>
a { background-color: #62AECB; }
a { background-color: rgb(98,174,203); }
div.DivClassName
{
background-color: #62AECB;
}
.BgClassName
{
background-color: #62AECB;
}
</style>
border-color css
<style>
span { border-color: #62AECB; }
span { border-color: rgb(98,174,203); }
td.TdClassName
{
border-color: #62AECB;
}
.TagClassName
{
border-color: #62AECB;
}
</style>