Shades of Picton Blue #639FDF
Tints of Picton Blue #639FDF
RGB
CMYK
RGB Variations
Color information
#639FDF (or 0x639FDF) is known color: Picton Blue. HEX triplet: 63, 9F and DF. RGB value is (99,159,223). Sum of RGB (Red+Green+Blue) = 99+159+223=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #639FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FDF is #9C6020. Grayscale: #949494. Windows color (decimal): -10248225 or 14655331. OLE color: 14655331.
HSL color Cylindrical-coordinate representation of color #639FDF: hue angle of 210.97º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #639FDF is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 159 | 223 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.13 |
| HSL | 210.97º | 0.66% | 0.63% | - |
| HSV(B) | 210.97º | 0.56% | 0.87% | - |
| XYZ | 30.86 | 32.78 | 74.51 | - |
| YUV | 148.36 | 170.12 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 223 | 0.56 | 0.29 | 0 | 0.13 | 210.97 | 0.66 | 0.63 |
| Hex | 63 | 9F | DF | 38 | 1D | 0 | D | D3 | 42 | 3F |
| Octal | 143 | 237 | 337 | 70 | 35 | 0 | 15 | 323 | 102 | 77 |
| Binary | 1100011 | 10011111 | 11011111 | 111000 | 11101 | 0 | 1101 | 11010011 | 1000010 | 111111 |
Color Harmonies of #639FDF
Complementary color
Monochromatic Colors of #639FDF
Black with #639FDF
Text Example
Text Example
White with #639FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FDF; }
p { color: rgb(99,159,223); }
H1.HeaderClassName
{
color: #639FDF;
}
.AnyTagClassName
{
color: #639FDF;
}
</style>
background-color css
<style>
a { background-color: #639FDF; }
a { background-color: rgb(99,159,223); }
div.DivClassName
{
background-color: #639FDF;
}
.BgClassName
{
background-color: #639FDF;
}
</style>
border-color css
<style>
span { border-color: #639FDF; }
span { border-color: rgb(99,159,223); }
td.TdClassName
{
border-color: #639FDF;
}
.TagClassName
{
border-color: #639FDF;
}
</style>