Shades of Picton Blue #639BC8
Tints of Picton Blue #639BC8
RGB
CMYK
RGB Variations
Color information
#639BC8 (or 0x639BC8) is known color: Picton Blue. HEX triplet: 63, 9B and C8. RGB value is (99,155,200). Sum of RGB (Red+Green+Blue) = 99+155+200=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #639BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BC8 is #9C6437. Grayscale: #8F8F8F. Windows color (decimal): -10249272 or 13146979. OLE color: 13146979.
HSL color Cylindrical-coordinate representation of color #639BC8: hue angle of 206.73º 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 #639BC8 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 155 | 200 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.22 |
| HSL | 206.73º | 0.48% | 0.59% | - |
| HSV(B) | 206.73º | 0.51% | 0.78% | - |
| XYZ | 27.29 | 30.27 | 59.05 | - |
| YUV | 143.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 200 | 0.50 | 0.22 | 0 | 0.22 | 206.73 | 0.48 | 0.59 |
| Hex | 63 | 9B | C8 | 32 | 16 | 0 | 16 | CF | 30 | 3B |
| Octal | 143 | 233 | 310 | 62 | 26 | 0 | 26 | 317 | 60 | 73 |
| Binary | 1100011 | 10011011 | 11001000 | 110010 | 10110 | 0 | 10110 | 11001111 | 110000 | 111011 |
Color Harmonies of #639BC8
Complementary color
Monochromatic Colors of #639BC8
Black with #639BC8
Text Example
Text Example
White with #639BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639BC8; }
p { color: rgb(99,155,200); }
H1.HeaderClassName
{
color: #639BC8;
}
.AnyTagClassName
{
color: #639BC8;
}
</style>
background-color css
<style>
a { background-color: #639BC8; }
a { background-color: rgb(99,155,200); }
div.DivClassName
{
background-color: #639BC8;
}
.BgClassName
{
background-color: #639BC8;
}
</style>
border-color css
<style>
span { border-color: #639BC8; }
span { border-color: rgb(99,155,200); }
td.TdClassName
{
border-color: #639BC8;
}
.TagClassName
{
border-color: #639BC8;
}
</style>