Shades of Picton Blue #649BCA
Tints of Picton Blue #649BCA
RGB
CMYK
RGB Variations
Color information
#649BCA (or 0x649BCA) is known color: Picton Blue. HEX triplet: 64, 9B and CA. RGB value is (100,155,202). Sum of RGB (Red+Green+Blue) = 100+155+202=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #649BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BCA is #9B6435. Grayscale: #8F8F8F. Windows color (decimal): -10183734 or 13278052. OLE color: 13278052.
HSL color Cylindrical-coordinate representation of color #649BCA: hue angle of 207.65º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #649BCA is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 155 | 202 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.21 |
| HSL | 207.65º | 0.49% | 0.59% | - |
| HSV(B) | 207.65º | 0.5% | 0.79% | - |
| XYZ | 27.64 | 30.42 | 60.29 | - |
| YUV | 143.91 | 160.78 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 202 | 0.50 | 0.23 | 0 | 0.21 | 207.65 | 0.49 | 0.59 |
| Hex | 64 | 9B | CA | 32 | 17 | 0 | 15 | D0 | 31 | 3B |
| Octal | 144 | 233 | 312 | 62 | 27 | 0 | 25 | 320 | 61 | 73 |
| Binary | 1100100 | 10011011 | 11001010 | 110010 | 10111 | 0 | 10101 | 11010000 | 110001 | 111011 |
Color Harmonies of #649BCA
Complementary color
Monochromatic Colors of #649BCA
Black with #649BCA
Text Example
Text Example
White with #649BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BCA; }
p { color: rgb(100,155,202); }
H1.HeaderClassName
{
color: #649BCA;
}
.AnyTagClassName
{
color: #649BCA;
}
</style>
background-color css
<style>
a { background-color: #649BCA; }
a { background-color: rgb(100,155,202); }
div.DivClassName
{
background-color: #649BCA;
}
.BgClassName
{
background-color: #649BCA;
}
</style>
border-color css
<style>
span { border-color: #649BCA; }
span { border-color: rgb(100,155,202); }
td.TdClassName
{
border-color: #649BCA;
}
.TagClassName
{
border-color: #649BCA;
}
</style>