Shades of Picton Blue #6194CE
Tints of Picton Blue #6194CE
RGB
CMYK
RGB Variations
Color information
#6194CE (or 0x6194CE) is known color: Picton Blue. HEX triplet: 61, 94 and CE. RGB value is (97,148,206). Sum of RGB (Red+Green+Blue) = 97+148+206=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #6194CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6194CE is #9E6B31. Grayscale: #8B8B8B. Windows color (decimal): -10382130 or 13538401. OLE color: 13538401.
HSL color Cylindrical-coordinate representation of color #6194CE: hue angle of 211.93º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6194CE is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 148 | 206 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.19 |
| HSL | 211.93º | 0.53% | 0.59% | - |
| HSV(B) | 211.93º | 0.53% | 0.81% | - |
| XYZ | 26.66 | 28.18 | 62.43 | - |
| YUV | 139.36 | 165.6 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 148 | 206 | 0.53 | 0.28 | 0 | 0.19 | 211.93 | 0.53 | 0.59 |
| Hex | 61 | 94 | CE | 35 | 1C | 0 | 13 | D4 | 35 | 3B |
| Octal | 141 | 224 | 316 | 65 | 34 | 0 | 23 | 324 | 65 | 73 |
| Binary | 1100001 | 10010100 | 11001110 | 110101 | 11100 | 0 | 10011 | 11010100 | 110101 | 111011 |
Color Harmonies of #6194CE
Complementary color
Monochromatic Colors of #6194CE
Black with #6194CE
Text Example
Text Example
White with #6194CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6194CE; }
p { color: rgb(97,148,206); }
H1.HeaderClassName
{
color: #6194CE;
}
.AnyTagClassName
{
color: #6194CE;
}
</style>
background-color css
<style>
a { background-color: #6194CE; }
a { background-color: rgb(97,148,206); }
div.DivClassName
{
background-color: #6194CE;
}
.BgClassName
{
background-color: #6194CE;
}
</style>
border-color css
<style>
span { border-color: #6194CE; }
span { border-color: rgb(97,148,206); }
td.TdClassName
{
border-color: #6194CE;
}
.TagClassName
{
border-color: #6194CE;
}
</style>