Shades of Picton Blue #6BA0CE
Tints of Picton Blue #6BA0CE
RGB
CMYK
RGB Variations
Color information
#6BA0CE (or 0x6BA0CE) is known color: Picton Blue. HEX triplet: 6B, A0 and CE. RGB value is (107,160,206). Sum of RGB (Red+Green+Blue) = 107+160+206=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BA0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA0CE is #945F31. Grayscale: #959595. Windows color (decimal): -9723698 or 13541483. OLE color: 13541483.
HSL color Cylindrical-coordinate representation of color #6BA0CE: hue angle of 207.88º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BA0CE is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 160 | 206 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.19 |
| HSL | 207.88º | 0.5% | 0.61% | - |
| HSV(B) | 207.88º | 0.48% | 0.81% | - |
| XYZ | 29.77 | 32.72 | 63.14 | - |
| YUV | 149.4 | 159.94 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 206 | 0.48 | 0.22 | 0 | 0.19 | 207.88 | 0.5 | 0.61 |
| Hex | 6B | A0 | CE | 30 | 16 | 0 | 13 | D0 | 32 | 3D |
| Octal | 153 | 240 | 316 | 60 | 26 | 0 | 23 | 320 | 62 | 75 |
| Binary | 1101011 | 10100000 | 11001110 | 110000 | 10110 | 0 | 10011 | 11010000 | 110010 | 111101 |
Color Harmonies of #6BA0CE
Complementary color
Monochromatic Colors of #6BA0CE
Black with #6BA0CE
Text Example
Text Example
White with #6BA0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA0CE; }
p { color: rgb(107,160,206); }
H1.HeaderClassName
{
color: #6BA0CE;
}
.AnyTagClassName
{
color: #6BA0CE;
}
</style>
background-color css
<style>
a { background-color: #6BA0CE; }
a { background-color: rgb(107,160,206); }
div.DivClassName
{
background-color: #6BA0CE;
}
.BgClassName
{
background-color: #6BA0CE;
}
</style>
border-color css
<style>
span { border-color: #6BA0CE; }
span { border-color: rgb(107,160,206); }
td.TdClassName
{
border-color: #6BA0CE;
}
.TagClassName
{
border-color: #6BA0CE;
}
</style>