Shades of Picton Blue #629ECC
Tints of Picton Blue #629ECC
RGB
CMYK
RGB Variations
Color information
#629ECC (or 0x629ECC) is known color: Picton Blue. HEX triplet: 62, 9E and CC. RGB value is (98,158,204). Sum of RGB (Red+Green+Blue) = 98+158+204=460 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.30% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #629ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629ECC is #9D6133. Grayscale: #919191. Windows color (decimal): -10314036 or 13409890. OLE color: 13409890.
HSL color Cylindrical-coordinate representation of color #629ECC: hue angle of 206.04º 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 #629ECC is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 158 | 204 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.2 |
| HSL | 206.04º | 0.51% | 0.59% | - |
| HSV(B) | 206.04º | 0.52% | 0.8% | - |
| XYZ | 28.16 | 31.41 | 61.71 | - |
| YUV | 145.3 | 161.12 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 158 | 204 | 0.52 | 0.23 | 0 | 0.2 | 206.04 | 0.51 | 0.59 |
| Hex | 62 | 9E | CC | 34 | 17 | 0 | 14 | CE | 33 | 3B |
| Octal | 142 | 236 | 314 | 64 | 27 | 0 | 24 | 316 | 63 | 73 |
| Binary | 1100010 | 10011110 | 11001100 | 110100 | 10111 | 0 | 10100 | 11001110 | 110011 | 111011 |
Color Harmonies of #629ECC
Complementary color
Monochromatic Colors of #629ECC
Black with #629ECC
Text Example
Text Example
White with #629ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629ECC; }
p { color: rgb(98,158,204); }
H1.HeaderClassName
{
color: #629ECC;
}
.AnyTagClassName
{
color: #629ECC;
}
</style>
background-color css
<style>
a { background-color: #629ECC; }
a { background-color: rgb(98,158,204); }
div.DivClassName
{
background-color: #629ECC;
}
.BgClassName
{
background-color: #629ECC;
}
</style>
border-color css
<style>
span { border-color: #629ECC; }
span { border-color: rgb(98,158,204); }
td.TdClassName
{
border-color: #629ECC;
}
.TagClassName
{
border-color: #629ECC;
}
</style>