Shades of Picton Blue #629DCB
Tints of Picton Blue #629DCB
RGB
CMYK
RGB Variations
Color information
#629DCB (or 0x629DCB) is known color: Picton Blue. HEX triplet: 62, 9D and CB. RGB value is (98,157,203). Sum of RGB (Red+Green+Blue) = 98+157+203=458 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.40% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #629DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629DCB is #9D6234. Grayscale: #909090. Windows color (decimal): -10314293 or 13344098. OLE color: 13344098.
HSL color Cylindrical-coordinate representation of color #629DCB: hue angle of 206.29º 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 #629DCB is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 157 | 203 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.20 |
| HSL | 206.29º | 0.5% | 0.59% | - |
| HSV(B) | 206.29º | 0.52% | 0.8% | - |
| XYZ | 27.87 | 31.02 | 61.02 | - |
| YUV | 144.6 | 160.95 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 203 | 0.52 | 0.23 | 0 | 0.20 | 206.29 | 0.5 | 0.59 |
| Hex | 62 | 9D | CB | 34 | 17 | 0 | 14 | CE | 32 | 3B |
| Octal | 142 | 235 | 313 | 64 | 27 | 0 | 24 | 316 | 62 | 73 |
| Binary | 1100010 | 10011101 | 11001011 | 110100 | 10111 | 0 | 10100 | 11001110 | 110010 | 111011 |
Color Harmonies of #629DCB
Complementary color
Monochromatic Colors of #629DCB
Black with #629DCB
Text Example
Text Example
White with #629DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629DCB; }
p { color: rgb(98,157,203); }
H1.HeaderClassName
{
color: #629DCB;
}
.AnyTagClassName
{
color: #629DCB;
}
</style>
background-color css
<style>
a { background-color: #629DCB; }
a { background-color: rgb(98,157,203); }
div.DivClassName
{
background-color: #629DCB;
}
.BgClassName
{
background-color: #629DCB;
}
</style>
border-color css
<style>
span { border-color: #629DCB; }
span { border-color: rgb(98,157,203); }
td.TdClassName
{
border-color: #629DCB;
}
.TagClassName
{
border-color: #629DCB;
}
</style>