Shades of Picton Blue #6199DA
Tints of Picton Blue #6199DA
RGB
CMYK
RGB Variations
Color information
#6199DA (or 0x6199DA) is known color: Picton Blue. HEX triplet: 61, 99 and DA. RGB value is (97,153,218). Sum of RGB (Red+Green+Blue) = 97+153+218=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #6199DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6199DA is #9E6625. Grayscale: #8F8F8F. Windows color (decimal): -10380838 or 14326113. OLE color: 14326113.
HSL color Cylindrical-coordinate representation of color #6199DA: hue angle of 212.23º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6199DA is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 153 | 218 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.15 |
| HSL | 212.23º | 0.62% | 0.62% | - |
| HSV(B) | 212.23º | 0.56% | 0.85% | - |
| XYZ | 28.98 | 30.39 | 70.67 | - |
| YUV | 143.67 | 169.95 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 153 | 218 | 0.56 | 0.30 | 0 | 0.15 | 212.23 | 0.62 | 0.62 |
| Hex | 61 | 99 | DA | 38 | 1E | 0 | F | D4 | 3E | 3E |
| Octal | 141 | 231 | 332 | 70 | 36 | 0 | 17 | 324 | 76 | 76 |
| Binary | 1100001 | 10011001 | 11011010 | 111000 | 11110 | 0 | 1111 | 11010100 | 111110 | 111110 |
Color Harmonies of #6199DA
Complementary color
Monochromatic Colors of #6199DA
Black with #6199DA
Text Example
Text Example
White with #6199DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6199DA; }
p { color: rgb(97,153,218); }
H1.HeaderClassName
{
color: #6199DA;
}
.AnyTagClassName
{
color: #6199DA;
}
</style>
background-color css
<style>
a { background-color: #6199DA; }
a { background-color: rgb(97,153,218); }
div.DivClassName
{
background-color: #6199DA;
}
.BgClassName
{
background-color: #6199DA;
}
</style>
border-color css
<style>
span { border-color: #6199DA; }
span { border-color: rgb(97,153,218); }
td.TdClassName
{
border-color: #6199DA;
}
.TagClassName
{
border-color: #6199DA;
}
</style>