Shades of Picton Blue #639FC7
Tints of Picton Blue #639FC7
RGB
CMYK
RGB Variations
Color information
#639FC7 (or 0x639FC7) is known color: Picton Blue. HEX triplet: 63, 9F and C7. RGB value is (99,159,199). Sum of RGB (Red+Green+Blue) = 99+159+199=457 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.66% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 199 - color contains mainly: blue. Hex color #639FC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FC7 is #9C6038. Grayscale: #919191. Windows color (decimal): -10248249 or 13082467. OLE color: 13082467.
HSL color Cylindrical-coordinate representation of color #639FC7: hue angle of 204º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #639FC7 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 159 | 199 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.22 |
| HSL | 204º | 0.47% | 0.58% | - |
| HSV(B) | 204º | 0.5% | 0.78% | - |
| XYZ | 27.85 | 31.57 | 58.66 | - |
| YUV | 145.62 | 158.12 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 199 | 0.50 | 0.20 | 0 | 0.22 | 204 | 0.47 | 0.58 |
| Hex | 63 | 9F | C7 | 32 | 14 | 0 | 16 | CC | 2F | 3A |
| Octal | 143 | 237 | 307 | 62 | 24 | 0 | 26 | 314 | 57 | 72 |
| Binary | 1100011 | 10011111 | 11000111 | 110010 | 10100 | 0 | 10110 | 11001100 | 101111 | 111010 |
Color Harmonies of #639FC7
Complementary color
Monochromatic Colors of #639FC7
Black with #639FC7
Text Example
Text Example
White with #639FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FC7; }
p { color: rgb(99,159,199); }
H1.HeaderClassName
{
color: #639FC7;
}
.AnyTagClassName
{
color: #639FC7;
}
</style>
background-color css
<style>
a { background-color: #639FC7; }
a { background-color: rgb(99,159,199); }
div.DivClassName
{
background-color: #639FC7;
}
.BgClassName
{
background-color: #639FC7;
}
</style>
border-color css
<style>
span { border-color: #639FC7; }
span { border-color: rgb(99,159,199); }
td.TdClassName
{
border-color: #639FC7;
}
.TagClassName
{
border-color: #639FC7;
}
</style>