Shades of Picton Blue #639DCB
Tints of Picton Blue #639DCB
RGB
CMYK
RGB Variations
Color information
#639DCB (or 0x639DCB) is known color: Picton Blue. HEX triplet: 63, 9D and CB. RGB value is (99,157,203). Sum of RGB (Red+Green+Blue) = 99+157+203=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #639DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639DCB is #9C6234. Grayscale: #909090. Windows color (decimal): -10248757 or 13344099. OLE color: 13344099.
HSL color Cylindrical-coordinate representation of color #639DCB: hue angle of 206.54º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #639DCB is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 157 | 203 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.20 |
| HSL | 206.54º | 0.5% | 0.59% | - |
| HSV(B) | 206.54º | 0.51% | 0.8% | - |
| XYZ | 27.98 | 31.08 | 61.02 | - |
| YUV | 144.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 203 | 0.51 | 0.23 | 0 | 0.20 | 206.54 | 0.5 | 0.59 |
| Hex | 63 | 9D | CB | 33 | 17 | 0 | 14 | CF | 32 | 3B |
| Octal | 143 | 235 | 313 | 63 | 27 | 0 | 24 | 317 | 62 | 73 |
| Binary | 1100011 | 10011101 | 11001011 | 110011 | 10111 | 0 | 10100 | 11001111 | 110010 | 111011 |
Color Harmonies of #639DCB
Complementary color
Monochromatic Colors of #639DCB
Black with #639DCB
Text Example
Text Example
White with #639DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639DCB; }
p { color: rgb(99,157,203); }
H1.HeaderClassName
{
color: #639DCB;
}
.AnyTagClassName
{
color: #639DCB;
}
</style>
background-color css
<style>
a { background-color: #639DCB; }
a { background-color: rgb(99,157,203); }
div.DivClassName
{
background-color: #639DCB;
}
.BgClassName
{
background-color: #639DCB;
}
</style>
border-color css
<style>
span { border-color: #639DCB; }
span { border-color: rgb(99,157,203); }
td.TdClassName
{
border-color: #639DCB;
}
.TagClassName
{
border-color: #639DCB;
}
</style>