Shades of Picton Blue #639FDB
Tints of Picton Blue #639FDB
RGB
CMYK
RGB Variations
Color information
#639FDB (or 0x639FDB) is known color: Picton Blue. HEX triplet: 63, 9F and DB. RGB value is (99,159,219). Sum of RGB (Red+Green+Blue) = 99+159+219=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #639FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FDB is #9C6024. Grayscale: #939393. Windows color (decimal): -10248229 or 14393187. OLE color: 14393187.
HSL color Cylindrical-coordinate representation of color #639FDB: hue angle of 210º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #639FDB is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 159 | 219 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.14 |
| HSL | 210º | 0.63% | 0.62% | - |
| HSV(B) | 210º | 0.55% | 0.86% | - |
| XYZ | 30.33 | 32.56 | 71.7 | - |
| YUV | 147.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 219 | 0.55 | 0.27 | 0 | 0.14 | 210 | 0.63 | 0.62 |
| Hex | 63 | 9F | DB | 37 | 1B | 0 | E | D2 | 3E | 3E |
| Octal | 143 | 237 | 333 | 67 | 33 | 0 | 16 | 322 | 76 | 76 |
| Binary | 1100011 | 10011111 | 11011011 | 110111 | 11011 | 0 | 1110 | 11010010 | 111110 | 111110 |
Color Harmonies of #639FDB
Complementary color
Monochromatic Colors of #639FDB
Black with #639FDB
Text Example
Text Example
White with #639FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FDB; }
p { color: rgb(99,159,219); }
H1.HeaderClassName
{
color: #639FDB;
}
.AnyTagClassName
{
color: #639FDB;
}
</style>
background-color css
<style>
a { background-color: #639FDB; }
a { background-color: rgb(99,159,219); }
div.DivClassName
{
background-color: #639FDB;
}
.BgClassName
{
background-color: #639FDB;
}
</style>
border-color css
<style>
span { border-color: #639FDB; }
span { border-color: rgb(99,159,219); }
td.TdClassName
{
border-color: #639FDB;
}
.TagClassName
{
border-color: #639FDB;
}
</style>