Shades of Picton Blue #649DCB
Tints of Picton Blue #649DCB
RGB
CMYK
RGB Variations
Color information
#649DCB (or 0x649DCB) is known color: Picton Blue. HEX triplet: 64, 9D and CB. RGB value is (100,157,203). Sum of RGB (Red+Green+Blue) = 100+157+203=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #649DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DCB is #9B6234. Grayscale: #909090. Windows color (decimal): -10183221 or 13344100. OLE color: 13344100.
HSL color Cylindrical-coordinate representation of color #649DCB: hue angle of 206.8º 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 #649DCB is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 157 | 203 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.20 |
| HSL | 206.8º | 0.5% | 0.59% | - |
| HSV(B) | 206.8º | 0.51% | 0.8% | - |
| XYZ | 28.09 | 31.14 | 61.03 | - |
| YUV | 145.2 | 160.62 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 203 | 0.51 | 0.23 | 0 | 0.20 | 206.8 | 0.5 | 0.59 |
| Hex | 64 | 9D | CB | 33 | 17 | 0 | 14 | CF | 32 | 3B |
| Octal | 144 | 235 | 313 | 63 | 27 | 0 | 24 | 317 | 62 | 73 |
| Binary | 1100100 | 10011101 | 11001011 | 110011 | 10111 | 0 | 10100 | 11001111 | 110010 | 111011 |
Color Harmonies of #649DCB
Complementary color
Monochromatic Colors of #649DCB
Black with #649DCB
Text Example
Text Example
White with #649DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649DCB; }
p { color: rgb(100,157,203); }
H1.HeaderClassName
{
color: #649DCB;
}
.AnyTagClassName
{
color: #649DCB;
}
</style>
background-color css
<style>
a { background-color: #649DCB; }
a { background-color: rgb(100,157,203); }
div.DivClassName
{
background-color: #649DCB;
}
.BgClassName
{
background-color: #649DCB;
}
</style>
border-color css
<style>
span { border-color: #649DCB; }
span { border-color: rgb(100,157,203); }
td.TdClassName
{
border-color: #649DCB;
}
.TagClassName
{
border-color: #649DCB;
}
</style>