Shades of Picton Blue #649CCB
Tints of Picton Blue #649CCB
RGB
CMYK
RGB Variations
Color information
#649CCB (or 0x649CCB) is known color: Picton Blue. HEX triplet: 64, 9C and CB. RGB value is (100,156,203). Sum of RGB (Red+Green+Blue) = 100+156+203=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 156 (61.33% from 255 or 33.99% 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 #649CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CCB is #9B6334. Grayscale: #909090. Windows color (decimal): -10183477 or 13343844. OLE color: 13343844.
HSL color Cylindrical-coordinate representation of color #649CCB: hue angle of 207.38º 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 #649CCB is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 156 | 203 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.20 |
| HSL | 207.38º | 0.5% | 0.59% | - |
| HSV(B) | 207.38º | 0.51% | 0.8% | - |
| XYZ | 27.92 | 30.8 | 60.97 | - |
| YUV | 144.61 | 160.95 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 203 | 0.51 | 0.23 | 0 | 0.20 | 207.38 | 0.5 | 0.59 |
| Hex | 64 | 9C | CB | 33 | 17 | 0 | 14 | CF | 32 | 3B |
| Octal | 144 | 234 | 313 | 63 | 27 | 0 | 24 | 317 | 62 | 73 |
| Binary | 1100100 | 10011100 | 11001011 | 110011 | 10111 | 0 | 10100 | 11001111 | 110010 | 111011 |
Color Harmonies of #649CCB
Complementary color
Monochromatic Colors of #649CCB
Black with #649CCB
Text Example
Text Example
White with #649CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CCB; }
p { color: rgb(100,156,203); }
H1.HeaderClassName
{
color: #649CCB;
}
.AnyTagClassName
{
color: #649CCB;
}
</style>
background-color css
<style>
a { background-color: #649CCB; }
a { background-color: rgb(100,156,203); }
div.DivClassName
{
background-color: #649CCB;
}
.BgClassName
{
background-color: #649CCB;
}
</style>
border-color css
<style>
span { border-color: #649CCB; }
span { border-color: rgb(100,156,203); }
td.TdClassName
{
border-color: #649CCB;
}
.TagClassName
{
border-color: #649CCB;
}
</style>