Shades of Picton Blue #6C96CE
Tints of Picton Blue #6C96CE
RGB
CMYK
RGB Variations
Color information
#6C96CE (or 0x6C96CE) is known color: Picton Blue. HEX triplet: 6C, 96 and CE. RGB value is (108,150,206). Sum of RGB (Red+Green+Blue) = 108+150+206=464 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.28% from 464); Green value is 150 (58.98% from 255 or 32.33% 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 #6C96CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C96CE is #936931. Grayscale: #8F8F8F. Windows color (decimal): -9660722 or 13538924. OLE color: 13538924.
HSL color Cylindrical-coordinate representation of color #6C96CE: hue angle of 214.29º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C96CE is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 150 | 206 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.19 |
| HSL | 214.29º | 0.5% | 0.62% | - |
| HSV(B) | 214.29º | 0.48% | 0.81% | - |
| XYZ | 28.23 | 29.46 | 62.59 | - |
| YUV | 143.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 150 | 206 | 0.48 | 0.27 | 0 | 0.19 | 214.29 | 0.5 | 0.62 |
| Hex | 6C | 96 | CE | 30 | 1B | 0 | 13 | D6 | 32 | 3E |
| Octal | 154 | 226 | 316 | 60 | 33 | 0 | 23 | 326 | 62 | 76 |
| Binary | 1101100 | 10010110 | 11001110 | 110000 | 11011 | 0 | 10011 | 11010110 | 110010 | 111110 |
Color Harmonies of #6C96CE
Complementary color
Monochromatic Colors of #6C96CE
Black with #6C96CE
Text Example
Text Example
White with #6C96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C96CE; }
p { color: rgb(108,150,206); }
H1.HeaderClassName
{
color: #6C96CE;
}
.AnyTagClassName
{
color: #6C96CE;
}
</style>
background-color css
<style>
a { background-color: #6C96CE; }
a { background-color: rgb(108,150,206); }
div.DivClassName
{
background-color: #6C96CE;
}
.BgClassName
{
background-color: #6C96CE;
}
</style>
border-color css
<style>
span { border-color: #6C96CE; }
span { border-color: rgb(108,150,206); }
td.TdClassName
{
border-color: #6C96CE;
}
.TagClassName
{
border-color: #6C96CE;
}
</style>