Shades of Picton Blue #6BA6CE
Tints of Picton Blue #6BA6CE
RGB
CMYK
RGB Variations
Color information
#6BA6CE (or 0x6BA6CE) is known color: Picton Blue. HEX triplet: 6B, A6 and CE. RGB value is (107,166,206). Sum of RGB (Red+Green+Blue) = 107+166+206=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BA6CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA6CE is #945931. Grayscale: #989898. Windows color (decimal): -9722162 or 13543019. OLE color: 13543019.
HSL color Cylindrical-coordinate representation of color #6BA6CE: hue angle of 204.24º 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 #6BA6CE is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 166 | 206 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.19 |
| HSL | 204.24º | 0.5% | 0.61% | - |
| HSV(B) | 204.24º | 0.48% | 0.81% | - |
| XYZ | 30.84 | 34.85 | 63.49 | - |
| YUV | 152.92 | 157.95 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 166 | 206 | 0.48 | 0.19 | 0 | 0.19 | 204.24 | 0.5 | 0.61 |
| Hex | 6B | A6 | CE | 30 | 13 | 0 | 13 | CC | 32 | 3D |
| Octal | 153 | 246 | 316 | 60 | 23 | 0 | 23 | 314 | 62 | 75 |
| Binary | 1101011 | 10100110 | 11001110 | 110000 | 10011 | 0 | 10011 | 11001100 | 110010 | 111101 |
Color Harmonies of #6BA6CE
Complementary color
Monochromatic Colors of #6BA6CE
Black with #6BA6CE
Text Example
Text Example
White with #6BA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA6CE; }
p { color: rgb(107,166,206); }
H1.HeaderClassName
{
color: #6BA6CE;
}
.AnyTagClassName
{
color: #6BA6CE;
}
</style>
background-color css
<style>
a { background-color: #6BA6CE; }
a { background-color: rgb(107,166,206); }
div.DivClassName
{
background-color: #6BA6CE;
}
.BgClassName
{
background-color: #6BA6CE;
}
</style>
border-color css
<style>
span { border-color: #6BA6CE; }
span { border-color: rgb(107,166,206); }
td.TdClassName
{
border-color: #6BA6CE;
}
.TagClassName
{
border-color: #6BA6CE;
}
</style>