Shades of Picton Blue #639FD2
Tints of Picton Blue #639FD2
RGB
CMYK
RGB Variations
Color information
#639FD2 (or 0x639FD2) is known color: Picton Blue. HEX triplet: 63, 9F and D2. RGB value is (99,159,210). Sum of RGB (Red+Green+Blue) = 99+159+210=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #639FD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FD2 is #9C602D. Grayscale: #929292. Windows color (decimal): -10248238 or 13803363. OLE color: 13803363.
HSL color Cylindrical-coordinate representation of color #639FD2: hue angle of 207.57º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #639FD2 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 159 | 210 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.18 |
| HSL | 207.57º | 0.55% | 0.61% | - |
| HSV(B) | 207.57º | 0.53% | 0.82% | - |
| XYZ | 29.18 | 32.1 | 65.63 | - |
| YUV | 146.87 | 163.62 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 210 | 0.53 | 0.24 | 0 | 0.18 | 207.57 | 0.55 | 0.61 |
| Hex | 63 | 9F | D2 | 35 | 18 | 0 | 12 | D0 | 37 | 3D |
| Octal | 143 | 237 | 322 | 65 | 30 | 0 | 22 | 320 | 67 | 75 |
| Binary | 1100011 | 10011111 | 11010010 | 110101 | 11000 | 0 | 10010 | 11010000 | 110111 | 111101 |
Color Harmonies of #639FD2
Complementary color
Monochromatic Colors of #639FD2
Black with #639FD2
Text Example
Text Example
White with #639FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FD2; }
p { color: rgb(99,159,210); }
H1.HeaderClassName
{
color: #639FD2;
}
.AnyTagClassName
{
color: #639FD2;
}
</style>
background-color css
<style>
a { background-color: #639FD2; }
a { background-color: rgb(99,159,210); }
div.DivClassName
{
background-color: #639FD2;
}
.BgClassName
{
background-color: #639FD2;
}
</style>
border-color css
<style>
span { border-color: #639FD2; }
span { border-color: rgb(99,159,210); }
td.TdClassName
{
border-color: #639FD2;
}
.TagClassName
{
border-color: #639FD2;
}
</style>