Shades of Picton Blue #6D95CE
Tints of Picton Blue #6D95CE
RGB
CMYK
RGB Variations
Color information
#6D95CE (or 0x6D95CE) is known color: Picton Blue. HEX triplet: 6D, 95 and CE. RGB value is (109,149,206). Sum of RGB (Red+Green+Blue) = 109+149+206=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D95CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D95CE is #926A31. Grayscale: #8F8F8F. Windows color (decimal): -9595442 or 13538669. OLE color: 13538669.
HSL color Cylindrical-coordinate representation of color #6D95CE: hue angle of 215.26º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D95CE is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 149 | 206 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.19 |
| HSL | 215.26º | 0.5% | 0.62% | - |
| HSV(B) | 215.26º | 0.47% | 0.81% | - |
| XYZ | 28.19 | 29.2 | 62.54 | - |
| YUV | 143.54 | 163.25 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 149 | 206 | 0.47 | 0.28 | 0 | 0.19 | 215.26 | 0.5 | 0.62 |
| Hex | 6D | 95 | CE | 2F | 1C | 0 | 13 | D7 | 32 | 3E |
| Octal | 155 | 225 | 316 | 57 | 34 | 0 | 23 | 327 | 62 | 76 |
| Binary | 1101101 | 10010101 | 11001110 | 101111 | 11100 | 0 | 10011 | 11010111 | 110010 | 111110 |
Color Harmonies of #6D95CE
Complementary color
Monochromatic Colors of #6D95CE
Black with #6D95CE
Text Example
Text Example
White with #6D95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D95CE; }
p { color: rgb(109,149,206); }
H1.HeaderClassName
{
color: #6D95CE;
}
.AnyTagClassName
{
color: #6D95CE;
}
</style>
background-color css
<style>
a { background-color: #6D95CE; }
a { background-color: rgb(109,149,206); }
div.DivClassName
{
background-color: #6D95CE;
}
.BgClassName
{
background-color: #6D95CE;
}
</style>
border-color css
<style>
span { border-color: #6D95CE; }
span { border-color: rgb(109,149,206); }
td.TdClassName
{
border-color: #6D95CE;
}
.TagClassName
{
border-color: #6D95CE;
}
</style>