Shades of Picton Blue #649BC5
Tints of Picton Blue #649BC5
RGB
CMYK
RGB Variations
Color information
#649BC5 (or 0x649BC5) is known color: Picton Blue. HEX triplet: 64, 9B and C5. RGB value is (100,155,197). Sum of RGB (Red+Green+Blue) = 100+155+197=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #649BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BC5 is #9B643A. Grayscale: #8F8F8F. Windows color (decimal): -10183739 or 12950372. OLE color: 12950372.
HSL color Cylindrical-coordinate representation of color #649BC5: hue angle of 205.98º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #649BC5 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 155 | 197 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.23 |
| HSL | 205.98º | 0.46% | 0.58% | - |
| HSV(B) | 205.98º | 0.49% | 0.77% | - |
| XYZ | 27.05 | 30.18 | 57.22 | - |
| YUV | 143.34 | 158.28 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 197 | 0.49 | 0.21 | 0 | 0.23 | 205.98 | 0.46 | 0.58 |
| Hex | 64 | 9B | C5 | 31 | 15 | 0 | 17 | CE | 2E | 3A |
| Octal | 144 | 233 | 305 | 61 | 25 | 0 | 27 | 316 | 56 | 72 |
| Binary | 1100100 | 10011011 | 11000101 | 110001 | 10101 | 0 | 10111 | 11001110 | 101110 | 111010 |
Color Harmonies of #649BC5
Complementary color
Monochromatic Colors of #649BC5
Black with #649BC5
Text Example
Text Example
White with #649BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BC5; }
p { color: rgb(100,155,197); }
H1.HeaderClassName
{
color: #649BC5;
}
.AnyTagClassName
{
color: #649BC5;
}
</style>
background-color css
<style>
a { background-color: #649BC5; }
a { background-color: rgb(100,155,197); }
div.DivClassName
{
background-color: #649BC5;
}
.BgClassName
{
background-color: #649BC5;
}
</style>
border-color css
<style>
span { border-color: #649BC5; }
span { border-color: rgb(100,155,197); }
td.TdClassName
{
border-color: #649BC5;
}
.TagClassName
{
border-color: #649BC5;
}
</style>