Shades of Picton Blue #6399CA
Tints of Picton Blue #6399CA
RGB
CMYK
RGB Variations
Color information
#6399CA (or 0x6399CA) is known color: Picton Blue. HEX triplet: 63, 99 and CA. RGB value is (99,153,202). Sum of RGB (Red+Green+Blue) = 99+153+202=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #6399CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6399CA is #9C6635. Grayscale: #8E8E8E. Windows color (decimal): -10249782 or 13277539. OLE color: 13277539.
HSL color Cylindrical-coordinate representation of color #6399CA: hue angle of 208.54º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6399CA is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 153 | 202 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.21 |
| HSL | 208.54º | 0.49% | 0.59% | - |
| HSV(B) | 208.54º | 0.51% | 0.79% | - |
| XYZ | 27.2 | 29.7 | 60.18 | - |
| YUV | 142.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 202 | 0.51 | 0.24 | 0 | 0.21 | 208.54 | 0.49 | 0.59 |
| Hex | 63 | 99 | CA | 33 | 18 | 0 | 15 | D1 | 31 | 3B |
| Octal | 143 | 231 | 312 | 63 | 30 | 0 | 25 | 321 | 61 | 73 |
| Binary | 1100011 | 10011001 | 11001010 | 110011 | 11000 | 0 | 10101 | 11010001 | 110001 | 111011 |
Color Harmonies of #6399CA
Complementary color
Monochromatic Colors of #6399CA
Black with #6399CA
Text Example
Text Example
White with #6399CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6399CA; }
p { color: rgb(99,153,202); }
H1.HeaderClassName
{
color: #6399CA;
}
.AnyTagClassName
{
color: #6399CA;
}
</style>
background-color css
<style>
a { background-color: #6399CA; }
a { background-color: rgb(99,153,202); }
div.DivClassName
{
background-color: #6399CA;
}
.BgClassName
{
background-color: #6399CA;
}
</style>
border-color css
<style>
span { border-color: #6399CA; }
span { border-color: rgb(99,153,202); }
td.TdClassName
{
border-color: #6399CA;
}
.TagClassName
{
border-color: #6399CA;
}
</style>