Shades of Picton Blue #639BCA
Tints of Picton Blue #639BCA
RGB
CMYK
RGB Variations
Color information
#639BCA (or 0x639BCA) is known color: Picton Blue. HEX triplet: 63, 9B and CA. RGB value is (99,155,202). Sum of RGB (Red+Green+Blue) = 99+155+202=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #639BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BCA is #9C6435. Grayscale: #8F8F8F. Windows color (decimal): -10249270 or 13278051. OLE color: 13278051.
HSL color Cylindrical-coordinate representation of color #639BCA: hue angle of 207.38º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #639BCA is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 155 | 202 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.21 |
| HSL | 207.38º | 0.49% | 0.59% | - |
| HSV(B) | 207.38º | 0.51% | 0.79% | - |
| XYZ | 27.53 | 30.36 | 60.29 | - |
| YUV | 143.61 | 160.95 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 202 | 0.51 | 0.23 | 0 | 0.21 | 207.38 | 0.49 | 0.59 |
| Hex | 63 | 9B | CA | 33 | 17 | 0 | 15 | CF | 31 | 3B |
| Octal | 143 | 233 | 312 | 63 | 27 | 0 | 25 | 317 | 61 | 73 |
| Binary | 1100011 | 10011011 | 11001010 | 110011 | 10111 | 0 | 10101 | 11001111 | 110001 | 111011 |
Color Harmonies of #639BCA
Complementary color
Monochromatic Colors of #639BCA
Black with #639BCA
Text Example
Text Example
White with #639BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639BCA; }
p { color: rgb(99,155,202); }
H1.HeaderClassName
{
color: #639BCA;
}
.AnyTagClassName
{
color: #639BCA;
}
</style>
background-color css
<style>
a { background-color: #639BCA; }
a { background-color: rgb(99,155,202); }
div.DivClassName
{
background-color: #639BCA;
}
.BgClassName
{
background-color: #639BCA;
}
</style>
border-color css
<style>
span { border-color: #639BCA; }
span { border-color: rgb(99,155,202); }
td.TdClassName
{
border-color: #639BCA;
}
.TagClassName
{
border-color: #639BCA;
}
</style>