Shades of Picton Blue #6BA9CE
Tints of Picton Blue #6BA9CE
RGB
CMYK
RGB Variations
Color information
#6BA9CE (or 0x6BA9CE) is known color: Picton Blue. HEX triplet: 6B, A9 and CE. RGB value is (107,169,206). Sum of RGB (Red+Green+Blue) = 107+169+206=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BA9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA9CE is #945631. Grayscale: #9A9A9A. Windows color (decimal): -9721394 or 13543787. OLE color: 13543787.
HSL color Cylindrical-coordinate representation of color #6BA9CE: hue angle of 202.42º 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 #6BA9CE is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 169 | 206 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.19 |
| HSL | 202.42º | 0.5% | 0.61% | - |
| HSV(B) | 202.42º | 0.48% | 0.81% | - |
| XYZ | 31.39 | 35.96 | 63.68 | - |
| YUV | 154.68 | 156.96 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 206 | 0.48 | 0.18 | 0 | 0.19 | 202.42 | 0.5 | 0.61 |
| Hex | 6B | A9 | CE | 30 | 12 | 0 | 13 | CA | 32 | 3D |
| Octal | 153 | 251 | 316 | 60 | 22 | 0 | 23 | 312 | 62 | 75 |
| Binary | 1101011 | 10101001 | 11001110 | 110000 | 10010 | 0 | 10011 | 11001010 | 110010 | 111101 |
Color Harmonies of #6BA9CE
Complementary color
Monochromatic Colors of #6BA9CE
Black with #6BA9CE
Text Example
Text Example
White with #6BA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA9CE; }
p { color: rgb(107,169,206); }
H1.HeaderClassName
{
color: #6BA9CE;
}
.AnyTagClassName
{
color: #6BA9CE;
}
</style>
background-color css
<style>
a { background-color: #6BA9CE; }
a { background-color: rgb(107,169,206); }
div.DivClassName
{
background-color: #6BA9CE;
}
.BgClassName
{
background-color: #6BA9CE;
}
</style>
border-color css
<style>
span { border-color: #6BA9CE; }
span { border-color: rgb(107,169,206); }
td.TdClassName
{
border-color: #6BA9CE;
}
.TagClassName
{
border-color: #6BA9CE;
}
</style>