Shades of Picton Blue #639EC8
Tints of Picton Blue #639EC8
RGB
CMYK
RGB Variations
Color information
#639EC8 (or 0x639EC8) is known color: Picton Blue. HEX triplet: 63, 9E and C8. RGB value is (99,158,200). Sum of RGB (Red+Green+Blue) = 99+158+200=457 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.66% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #639EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639EC8 is #9C6137. Grayscale: #909090. Windows color (decimal): -10248504 or 13147747. OLE color: 13147747.
HSL color Cylindrical-coordinate representation of color #639EC8: hue angle of 204.95º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #639EC8 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 158 | 200 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.22 |
| HSL | 204.95º | 0.48% | 0.59% | - |
| HSV(B) | 204.95º | 0.51% | 0.78% | - |
| XYZ | 27.8 | 31.28 | 59.22 | - |
| YUV | 145.15 | 158.95 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 158 | 200 | 0.50 | 0.21 | 0 | 0.22 | 204.95 | 0.48 | 0.59 |
| Hex | 63 | 9E | C8 | 32 | 15 | 0 | 16 | CD | 30 | 3B |
| Octal | 143 | 236 | 310 | 62 | 25 | 0 | 26 | 315 | 60 | 73 |
| Binary | 1100011 | 10011110 | 11001000 | 110010 | 10101 | 0 | 10110 | 11001101 | 110000 | 111011 |
Color Harmonies of #639EC8
Complementary color
Monochromatic Colors of #639EC8
Black with #639EC8
Text Example
Text Example
White with #639EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639EC8; }
p { color: rgb(99,158,200); }
H1.HeaderClassName
{
color: #639EC8;
}
.AnyTagClassName
{
color: #639EC8;
}
</style>
background-color css
<style>
a { background-color: #639EC8; }
a { background-color: rgb(99,158,200); }
div.DivClassName
{
background-color: #639EC8;
}
.BgClassName
{
background-color: #639EC8;
}
</style>
border-color css
<style>
span { border-color: #639EC8; }
span { border-color: rgb(99,158,200); }
td.TdClassName
{
border-color: #639EC8;
}
.TagClassName
{
border-color: #639EC8;
}
</style>