Shades of Picton Blue #639ADB
Tints of Picton Blue #639ADB
RGB
CMYK
RGB Variations
Color information
#639ADB (or 0x639ADB) is known color: Picton Blue. HEX triplet: 63, 9A and DB. RGB value is (99,154,219). Sum of RGB (Red+Green+Blue) = 99+154+219=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #639ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ADB is #9C6524. Grayscale: #909090. Windows color (decimal): -10249509 or 14391907. OLE color: 14391907.
HSL color Cylindrical-coordinate representation of color #639ADB: hue angle of 212.5º 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 #639ADB is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 154 | 219 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.14 |
| HSL | 212.5º | 0.63% | 0.62% | - |
| HSV(B) | 212.5º | 0.55% | 0.86% | - |
| XYZ | 29.49 | 30.88 | 71.42 | - |
| YUV | 144.97 | 169.78 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 154 | 219 | 0.55 | 0.30 | 0 | 0.14 | 212.5 | 0.63 | 0.62 |
| Hex | 63 | 9A | DB | 37 | 1E | 0 | E | D4 | 3E | 3E |
| Octal | 143 | 232 | 333 | 67 | 36 | 0 | 16 | 324 | 76 | 76 |
| Binary | 1100011 | 10011010 | 11011011 | 110111 | 11110 | 0 | 1110 | 11010100 | 111110 | 111110 |
Color Harmonies of #639ADB
Complementary color
Monochromatic Colors of #639ADB
Black with #639ADB
Text Example
Text Example
White with #639ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639ADB; }
p { color: rgb(99,154,219); }
H1.HeaderClassName
{
color: #639ADB;
}
.AnyTagClassName
{
color: #639ADB;
}
</style>
background-color css
<style>
a { background-color: #639ADB; }
a { background-color: rgb(99,154,219); }
div.DivClassName
{
background-color: #639ADB;
}
.BgClassName
{
background-color: #639ADB;
}
</style>
border-color css
<style>
span { border-color: #639ADB; }
span { border-color: rgb(99,154,219); }
td.TdClassName
{
border-color: #639ADB;
}
.TagClassName
{
border-color: #639ADB;
}
</style>