Shades of Picton Blue #6499CB
Tints of Picton Blue #6499CB
RGB
CMYK
RGB Variations
Color information
#6499CB (or 0x6499CB) is known color: Picton Blue. HEX triplet: 64, 99 and CB. RGB value is (100,153,203). Sum of RGB (Red+Green+Blue) = 100+153+203=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #6499CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6499CB is #9B6634. Grayscale: #8E8E8E. Windows color (decimal): -10184245 or 13343076. OLE color: 13343076.
HSL color Cylindrical-coordinate representation of color #6499CB: hue angle of 209.13º 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 #6499CB is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 153 | 203 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.20 |
| HSL | 209.13º | 0.5% | 0.59% | - |
| HSV(B) | 209.13º | 0.51% | 0.8% | - |
| XYZ | 27.43 | 29.8 | 60.81 | - |
| YUV | 142.85 | 161.94 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 203 | 0.51 | 0.25 | 0 | 0.20 | 209.13 | 0.5 | 0.59 |
| Hex | 64 | 99 | CB | 33 | 19 | 0 | 14 | D1 | 32 | 3B |
| Octal | 144 | 231 | 313 | 63 | 31 | 0 | 24 | 321 | 62 | 73 |
| Binary | 1100100 | 10011001 | 11001011 | 110011 | 11001 | 0 | 10100 | 11010001 | 110010 | 111011 |
Color Harmonies of #6499CB
Complementary color
Monochromatic Colors of #6499CB
Black with #6499CB
Text Example
Text Example
White with #6499CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6499CB; }
p { color: rgb(100,153,203); }
H1.HeaderClassName
{
color: #6499CB;
}
.AnyTagClassName
{
color: #6499CB;
}
</style>
background-color css
<style>
a { background-color: #6499CB; }
a { background-color: rgb(100,153,203); }
div.DivClassName
{
background-color: #6499CB;
}
.BgClassName
{
background-color: #6499CB;
}
</style>
border-color css
<style>
span { border-color: #6499CB; }
span { border-color: rgb(100,153,203); }
td.TdClassName
{
border-color: #6499CB;
}
.TagClassName
{
border-color: #6499CB;
}
</style>