Shades of Picton Blue #639DDA
Tints of Picton Blue #639DDA
RGB
CMYK
RGB Variations
Color information
#639DDA (or 0x639DDA) is known color: Picton Blue. HEX triplet: 63, 9D and DA. RGB value is (99,157,218). Sum of RGB (Red+Green+Blue) = 99+157+218=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #639DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639DDA is #9C6225. Grayscale: #929292. Windows color (decimal): -10248742 or 14327139. OLE color: 14327139.
HSL color Cylindrical-coordinate representation of color #639DDA: hue angle of 210.76º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #639DDA is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 157 | 218 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.15 |
| HSL | 210.76º | 0.62% | 0.62% | - |
| HSV(B) | 210.76º | 0.55% | 0.85% | - |
| XYZ | 29.86 | 31.83 | 70.9 | - |
| YUV | 146.61 | 168.28 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 218 | 0.55 | 0.28 | 0 | 0.15 | 210.76 | 0.62 | 0.62 |
| Hex | 63 | 9D | DA | 37 | 1C | 0 | F | D3 | 3E | 3E |
| Octal | 143 | 235 | 332 | 67 | 34 | 0 | 17 | 323 | 76 | 76 |
| Binary | 1100011 | 10011101 | 11011010 | 110111 | 11100 | 0 | 1111 | 11010011 | 111110 | 111110 |
Color Harmonies of #639DDA
Complementary color
Monochromatic Colors of #639DDA
Black with #639DDA
Text Example
Text Example
White with #639DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639DDA; }
p { color: rgb(99,157,218); }
H1.HeaderClassName
{
color: #639DDA;
}
.AnyTagClassName
{
color: #639DDA;
}
</style>
background-color css
<style>
a { background-color: #639DDA; }
a { background-color: rgb(99,157,218); }
div.DivClassName
{
background-color: #639DDA;
}
.BgClassName
{
background-color: #639DDA;
}
</style>
border-color css
<style>
span { border-color: #639DDA; }
span { border-color: rgb(99,157,218); }
td.TdClassName
{
border-color: #639DDA;
}
.TagClassName
{
border-color: #639DDA;
}
</style>