Shades of Picton Blue #639DD0
Tints of Picton Blue #639DD0
RGB
CMYK
RGB Variations
Color information
#639DD0 (or 0x639DD0) is known color: Picton Blue. HEX triplet: 63, 9D and D0. RGB value is (99,157,208). Sum of RGB (Red+Green+Blue) = 99+157+208=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #639DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639DD0 is #9C622F. Grayscale: #919191. Windows color (decimal): -10248752 or 13671779. OLE color: 13671779.
HSL color Cylindrical-coordinate representation of color #639DD0: hue angle of 208.07º 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 #639DD0 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 157 | 208 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.18 |
| HSL | 208.07º | 0.54% | 0.6% | - |
| HSV(B) | 208.07º | 0.52% | 0.82% | - |
| XYZ | 28.59 | 31.32 | 64.21 | - |
| YUV | 145.47 | 163.28 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 208 | 0.52 | 0.25 | 0 | 0.18 | 208.07 | 0.54 | 0.6 |
| Hex | 63 | 9D | D0 | 34 | 19 | 0 | 12 | D0 | 36 | 3C |
| Octal | 143 | 235 | 320 | 64 | 31 | 0 | 22 | 320 | 66 | 74 |
| Binary | 1100011 | 10011101 | 11010000 | 110100 | 11001 | 0 | 10010 | 11010000 | 110110 | 111100 |
Color Harmonies of #639DD0
Complementary color
Monochromatic Colors of #639DD0
Black with #639DD0
Text Example
Text Example
White with #639DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639DD0; }
p { color: rgb(99,157,208); }
H1.HeaderClassName
{
color: #639DD0;
}
.AnyTagClassName
{
color: #639DD0;
}
</style>
background-color css
<style>
a { background-color: #639DD0; }
a { background-color: rgb(99,157,208); }
div.DivClassName
{
background-color: #639DD0;
}
.BgClassName
{
background-color: #639DD0;
}
</style>
border-color css
<style>
span { border-color: #639DD0; }
span { border-color: rgb(99,157,208); }
td.TdClassName
{
border-color: #639DD0;
}
.TagClassName
{
border-color: #639DD0;
}
</style>