Shades of Picton Blue #639CDB
Tints of Picton Blue #639CDB
RGB
CMYK
RGB Variations
Color information
#639CDB (or 0x639CDB) is known color: Picton Blue. HEX triplet: 63, 9C and DB. RGB value is (99,156,219). Sum of RGB (Red+Green+Blue) = 99+156+219=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #639CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CDB is #9C6324. Grayscale: #919191. Windows color (decimal): -10248997 or 14392419. OLE color: 14392419.
HSL color Cylindrical-coordinate representation of color #639CDB: hue angle of 211.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 #639CDB is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 156 | 219 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.14 |
| HSL | 211.5º | 0.63% | 0.62% | - |
| HSV(B) | 211.5º | 0.55% | 0.86% | - |
| XYZ | 29.82 | 31.54 | 71.53 | - |
| YUV | 146.14 | 169.12 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 156 | 219 | 0.55 | 0.29 | 0 | 0.14 | 211.5 | 0.63 | 0.62 |
| Hex | 63 | 9C | DB | 37 | 1D | 0 | E | D4 | 3E | 3E |
| Octal | 143 | 234 | 333 | 67 | 35 | 0 | 16 | 324 | 76 | 76 |
| Binary | 1100011 | 10011100 | 11011011 | 110111 | 11101 | 0 | 1110 | 11010100 | 111110 | 111110 |
Color Harmonies of #639CDB
Complementary color
Monochromatic Colors of #639CDB
Black with #639CDB
Text Example
Text Example
White with #639CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639CDB; }
p { color: rgb(99,156,219); }
H1.HeaderClassName
{
color: #639CDB;
}
.AnyTagClassName
{
color: #639CDB;
}
</style>
background-color css
<style>
a { background-color: #639CDB; }
a { background-color: rgb(99,156,219); }
div.DivClassName
{
background-color: #639CDB;
}
.BgClassName
{
background-color: #639CDB;
}
</style>
border-color css
<style>
span { border-color: #639CDB; }
span { border-color: rgb(99,156,219); }
td.TdClassName
{
border-color: #639CDB;
}
.TagClassName
{
border-color: #639CDB;
}
</style>