Shades of Picton Blue #6199DB
Tints of Picton Blue #6199DB
RGB
CMYK
RGB Variations
Color information
#6199DB (or 0x6199DB) is known color: Picton Blue. HEX triplet: 61, 99 and DB. RGB value is (97,153,219). Sum of RGB (Red+Green+Blue) = 97+153+219=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #6199DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6199DB is #9E6624. Grayscale: #8F8F8F. Windows color (decimal): -10380837 or 14391649. OLE color: 14391649.
HSL color Cylindrical-coordinate representation of color #6199DB: hue angle of 212.46º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6199DB is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 153 | 219 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.14 |
| HSL | 212.46º | 0.63% | 0.62% | - |
| HSV(B) | 212.46º | 0.56% | 0.86% | - |
| XYZ | 29.11 | 30.44 | 71.36 | - |
| YUV | 143.78 | 170.45 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 153 | 219 | 0.56 | 0.30 | 0 | 0.14 | 212.46 | 0.63 | 0.62 |
| Hex | 61 | 99 | DB | 38 | 1E | 0 | E | D4 | 3F | 3E |
| Octal | 141 | 231 | 333 | 70 | 36 | 0 | 16 | 324 | 77 | 76 |
| Binary | 1100001 | 10011001 | 11011011 | 111000 | 11110 | 0 | 1110 | 11010100 | 111111 | 111110 |
Color Harmonies of #6199DB
Complementary color
Monochromatic Colors of #6199DB
Black with #6199DB
Text Example
Text Example
White with #6199DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6199DB; }
p { color: rgb(97,153,219); }
H1.HeaderClassName
{
color: #6199DB;
}
.AnyTagClassName
{
color: #6199DB;
}
</style>
background-color css
<style>
a { background-color: #6199DB; }
a { background-color: rgb(97,153,219); }
div.DivClassName
{
background-color: #6199DB;
}
.BgClassName
{
background-color: #6199DB;
}
</style>
border-color css
<style>
span { border-color: #6199DB; }
span { border-color: rgb(97,153,219); }
td.TdClassName
{
border-color: #6199DB;
}
.TagClassName
{
border-color: #6199DB;
}
</style>