Shades of Picton Blue #6195CA
Tints of Picton Blue #6195CA
RGB
CMYK
RGB Variations
Color information
#6195CA (or 0x6195CA) is known color: Picton Blue. HEX triplet: 61, 95 and CA. RGB value is (97,149,202). Sum of RGB (Red+Green+Blue) = 97+149+202=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #6195CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6195CA is #9E6A35. Grayscale: #8B8B8B. Windows color (decimal): -10381878 or 13276513. OLE color: 13276513.
HSL color Cylindrical-coordinate representation of color #6195CA: hue angle of 210.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6195CA is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 149 | 202 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.21 |
| HSL | 210.29º | 0.5% | 0.59% | - |
| HSV(B) | 210.29º | 0.52% | 0.79% | - |
| XYZ | 26.34 | 28.3 | 59.95 | - |
| YUV | 139.49 | 163.27 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 202 | 0.52 | 0.26 | 0 | 0.21 | 210.29 | 0.5 | 0.59 |
| Hex | 61 | 95 | CA | 34 | 1A | 0 | 15 | D2 | 32 | 3B |
| Octal | 141 | 225 | 312 | 64 | 32 | 0 | 25 | 322 | 62 | 73 |
| Binary | 1100001 | 10010101 | 11001010 | 110100 | 11010 | 0 | 10101 | 11010010 | 110010 | 111011 |
Color Harmonies of #6195CA
Complementary color
Monochromatic Colors of #6195CA
Black with #6195CA
Text Example
Text Example
White with #6195CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6195CA; }
p { color: rgb(97,149,202); }
H1.HeaderClassName
{
color: #6195CA;
}
.AnyTagClassName
{
color: #6195CA;
}
</style>
background-color css
<style>
a { background-color: #6195CA; }
a { background-color: rgb(97,149,202); }
div.DivClassName
{
background-color: #6195CA;
}
.BgClassName
{
background-color: #6195CA;
}
</style>
border-color css
<style>
span { border-color: #6195CA; }
span { border-color: rgb(97,149,202); }
td.TdClassName
{
border-color: #6195CA;
}
.TagClassName
{
border-color: #6195CA;
}
</style>