Shades of Picton Blue #62AECF
Tints of Picton Blue #62AECF
RGB
CMYK
RGB Variations
Color information
#62AECF (or 0x62AECF) is known color: Picton Blue. HEX triplet: 62, AE and CF. RGB value is (98,174,207). Sum of RGB (Red+Green+Blue) = 98+174+207=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #62AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AECF is #9D5130. Grayscale: #9A9A9A. Windows color (decimal): -10309937 or 13610594. OLE color: 13610594.
HSL color Cylindrical-coordinate representation of color #62AECF: hue angle of 198.17º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62AECF is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 174 | 207 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.19 |
| HSL | 198.17º | 0.53% | 0.6% | - |
| HSV(B) | 198.17º | 0.53% | 0.81% | - |
| XYZ | 31.44 | 37.37 | 64.59 | - |
| YUV | 155.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 174 | 207 | 0.53 | 0.16 | 0 | 0.19 | 198.17 | 0.53 | 0.6 |
| Hex | 62 | AE | CF | 35 | 10 | 0 | 13 | C6 | 35 | 3C |
| Octal | 142 | 256 | 317 | 65 | 20 | 0 | 23 | 306 | 65 | 74 |
| Binary | 1100010 | 10101110 | 11001111 | 110101 | 10000 | 0 | 10011 | 11000110 | 110101 | 111100 |
Color Harmonies of #62AECF
Complementary color
Monochromatic Colors of #62AECF
Black with #62AECF
Text Example
Text Example
White with #62AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AECF; }
p { color: rgb(98,174,207); }
H1.HeaderClassName
{
color: #62AECF;
}
.AnyTagClassName
{
color: #62AECF;
}
</style>
background-color css
<style>
a { background-color: #62AECF; }
a { background-color: rgb(98,174,207); }
div.DivClassName
{
background-color: #62AECF;
}
.BgClassName
{
background-color: #62AECF;
}
</style>
border-color css
<style>
span { border-color: #62AECF; }
span { border-color: rgb(98,174,207); }
td.TdClassName
{
border-color: #62AECF;
}
.TagClassName
{
border-color: #62AECF;
}
</style>