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