Shades of Picton Blue #6C9ECF
Tints of Picton Blue #6C9ECF
RGB
CMYK
RGB Variations
Color information
#6C9ECF (or 0x6C9ECF) is known color: Picton Blue. HEX triplet: 6C, 9E and CF. RGB value is (108,158,207). Sum of RGB (Red+Green+Blue) = 108+158+207=473 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.83% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C9ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9ECF is #936130. Grayscale: #949494. Windows color (decimal): -9658673 or 13606508. OLE color: 13606508.
HSL color Cylindrical-coordinate representation of color #6C9ECF: hue angle of 209.7º degrees, saturation: 0.51, 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 #6C9ECF is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 158 | 207 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.19 |
| HSL | 209.7º | 0.51% | 0.62% | - |
| HSV(B) | 209.7º | 0.48% | 0.81% | - |
| XYZ | 29.67 | 32.15 | 63.67 | - |
| YUV | 148.64 | 160.94 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 158 | 207 | 0.48 | 0.24 | 0 | 0.19 | 209.7 | 0.51 | 0.62 |
| Hex | 6C | 9E | CF | 30 | 18 | 0 | 13 | D2 | 33 | 3E |
| Octal | 154 | 236 | 317 | 60 | 30 | 0 | 23 | 322 | 63 | 76 |
| Binary | 1101100 | 10011110 | 11001111 | 110000 | 11000 | 0 | 10011 | 11010010 | 110011 | 111110 |
Color Harmonies of #6C9ECF
Complementary color
Monochromatic Colors of #6C9ECF
Black with #6C9ECF
Text Example
Text Example
White with #6C9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9ECF; }
p { color: rgb(108,158,207); }
H1.HeaderClassName
{
color: #6C9ECF;
}
.AnyTagClassName
{
color: #6C9ECF;
}
</style>
background-color css
<style>
a { background-color: #6C9ECF; }
a { background-color: rgb(108,158,207); }
div.DivClassName
{
background-color: #6C9ECF;
}
.BgClassName
{
background-color: #6C9ECF;
}
</style>
border-color css
<style>
span { border-color: #6C9ECF; }
span { border-color: rgb(108,158,207); }
td.TdClassName
{
border-color: #6C9ECF;
}
.TagClassName
{
border-color: #6C9ECF;
}
</style>