Shades of Picton Blue #6A95CE
Tints of Picton Blue #6A95CE
RGB
CMYK
RGB Variations
Color information
#6A95CE (or 0x6A95CE) is known color: Picton Blue. HEX triplet: 6A, 95 and CE. RGB value is (106,149,206). Sum of RGB (Red+Green+Blue) = 106+149+206=461 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.99% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A95CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A95CE is #956A31. Grayscale: #8E8E8E. Windows color (decimal): -9792050 or 13538666. OLE color: 13538666.
HSL color Cylindrical-coordinate representation of color #6A95CE: hue angle of 214.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A95CE is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 149 | 206 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.19 |
| HSL | 214.2º | 0.51% | 0.61% | - |
| HSV(B) | 214.2º | 0.49% | 0.81% | - |
| XYZ | 27.83 | 29.02 | 62.53 | - |
| YUV | 142.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 149 | 206 | 0.49 | 0.28 | 0 | 0.19 | 214.2 | 0.51 | 0.61 |
| Hex | 6A | 95 | CE | 31 | 1C | 0 | 13 | D6 | 33 | 3D |
| Octal | 152 | 225 | 316 | 61 | 34 | 0 | 23 | 326 | 63 | 75 |
| Binary | 1101010 | 10010101 | 11001110 | 110001 | 11100 | 0 | 10011 | 11010110 | 110011 | 111101 |
Color Harmonies of #6A95CE
Complementary color
Monochromatic Colors of #6A95CE
Black with #6A95CE
Text Example
Text Example
White with #6A95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A95CE; }
p { color: rgb(106,149,206); }
H1.HeaderClassName
{
color: #6A95CE;
}
.AnyTagClassName
{
color: #6A95CE;
}
</style>
background-color css
<style>
a { background-color: #6A95CE; }
a { background-color: rgb(106,149,206); }
div.DivClassName
{
background-color: #6A95CE;
}
.BgClassName
{
background-color: #6A95CE;
}
</style>
border-color css
<style>
span { border-color: #6A95CE; }
span { border-color: rgb(106,149,206); }
td.TdClassName
{
border-color: #6A95CE;
}
.TagClassName
{
border-color: #6A95CE;
}
</style>