Shades of Picton Blue #639BDC
Tints of Picton Blue #639BDC
RGB
CMYK
RGB Variations
Color information
#639BDC (or 0x639BDC) is known color: Picton Blue. HEX triplet: 63, 9B and DC. RGB value is (99,155,220). Sum of RGB (Red+Green+Blue) = 99+155+220=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #639BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BDC is #9C6423. Grayscale: #919191. Windows color (decimal): -10249252 or 14457699. OLE color: 14457699.
HSL color Cylindrical-coordinate representation of color #639BDC: hue angle of 212.23º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #639BDC is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 155 | 220 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.14 |
| HSL | 212.23º | 0.63% | 0.63% | - |
| HSV(B) | 212.23º | 0.55% | 0.86% | - |
| XYZ | 29.79 | 31.26 | 72.17 | - |
| YUV | 145.67 | 169.95 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 220 | 0.55 | 0.30 | 0 | 0.14 | 212.23 | 0.63 | 0.63 |
| Hex | 63 | 9B | DC | 37 | 1E | 0 | E | D4 | 3F | 3F |
| Octal | 143 | 233 | 334 | 67 | 36 | 0 | 16 | 324 | 77 | 77 |
| Binary | 1100011 | 10011011 | 11011100 | 110111 | 11110 | 0 | 1110 | 11010100 | 111111 | 111111 |
Color Harmonies of #639BDC
Complementary color
Monochromatic Colors of #639BDC
Black with #639BDC
Text Example
Text Example
White with #639BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639BDC; }
p { color: rgb(99,155,220); }
H1.HeaderClassName
{
color: #639BDC;
}
.AnyTagClassName
{
color: #639BDC;
}
</style>
background-color css
<style>
a { background-color: #639BDC; }
a { background-color: rgb(99,155,220); }
div.DivClassName
{
background-color: #639BDC;
}
.BgClassName
{
background-color: #639BDC;
}
</style>
border-color css
<style>
span { border-color: #639BDC; }
span { border-color: rgb(99,155,220); }
td.TdClassName
{
border-color: #639BDC;
}
.TagClassName
{
border-color: #639BDC;
}
</style>