Shades of Picton Blue #639AD0
Tints of Picton Blue #639AD0
RGB
CMYK
RGB Variations
Color information
#639AD0 (or 0x639AD0) is known color: Picton Blue. HEX triplet: 63, 9A and D0. RGB value is (99,154,208). Sum of RGB (Red+Green+Blue) = 99+154+208=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #639AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639AD0 is #9C652F. Grayscale: #8F8F8F. Windows color (decimal): -10249520 or 13671011. OLE color: 13671011.
HSL color Cylindrical-coordinate representation of color #639AD0: hue angle of 209.72º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #639AD0 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 154 | 208 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.18 |
| HSL | 209.72º | 0.54% | 0.6% | - |
| HSV(B) | 209.72º | 0.52% | 0.82% | - |
| XYZ | 28.09 | 30.32 | 64.05 | - |
| YUV | 143.71 | 164.28 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 154 | 208 | 0.52 | 0.26 | 0 | 0.18 | 209.72 | 0.54 | 0.6 |
| Hex | 63 | 9A | D0 | 34 | 1A | 0 | 12 | D2 | 36 | 3C |
| Octal | 143 | 232 | 320 | 64 | 32 | 0 | 22 | 322 | 66 | 74 |
| Binary | 1100011 | 10011010 | 11010000 | 110100 | 11010 | 0 | 10010 | 11010010 | 110110 | 111100 |
Color Harmonies of #639AD0
Complementary color
Monochromatic Colors of #639AD0
Black with #639AD0
Text Example
Text Example
White with #639AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639AD0; }
p { color: rgb(99,154,208); }
H1.HeaderClassName
{
color: #639AD0;
}
.AnyTagClassName
{
color: #639AD0;
}
</style>
background-color css
<style>
a { background-color: #639AD0; }
a { background-color: rgb(99,154,208); }
div.DivClassName
{
background-color: #639AD0;
}
.BgClassName
{
background-color: #639AD0;
}
</style>
border-color css
<style>
span { border-color: #639AD0; }
span { border-color: rgb(99,154,208); }
td.TdClassName
{
border-color: #639AD0;
}
.TagClassName
{
border-color: #639AD0;
}
</style>