Shades of Picton Blue #6AA7CE
Tints of Picton Blue #6AA7CE
RGB
CMYK
RGB Variations
Color information
#6AA7CE (or 0x6AA7CE) is known color: Picton Blue. HEX triplet: 6A, A7 and CE. RGB value is (106,167,206). Sum of RGB (Red+Green+Blue) = 106+167+206=479 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.13% from 479); Green value is 167 (65.62% from 255 or 34.86% 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 #6AA7CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA7CE is #955831. Grayscale: #989898. Windows color (decimal): -9787442 or 13543274. OLE color: 13543274.
HSL color Cylindrical-coordinate representation of color #6AA7CE: hue angle of 203.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AA7CE is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 167 | 206 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.19 |
| HSL | 203.4º | 0.51% | 0.61% | - |
| HSV(B) | 203.4º | 0.49% | 0.81% | - |
| XYZ | 30.9 | 35.16 | 63.55 | - |
| YUV | 153.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 167 | 206 | 0.49 | 0.19 | 0 | 0.19 | 203.4 | 0.51 | 0.61 |
| Hex | 6A | A7 | CE | 31 | 13 | 0 | 13 | CB | 33 | 3D |
| Octal | 152 | 247 | 316 | 61 | 23 | 0 | 23 | 313 | 63 | 75 |
| Binary | 1101010 | 10100111 | 11001110 | 110001 | 10011 | 0 | 10011 | 11001011 | 110011 | 111101 |
Color Harmonies of #6AA7CE
Complementary color
Monochromatic Colors of #6AA7CE
Black with #6AA7CE
Text Example
Text Example
White with #6AA7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA7CE; }
p { color: rgb(106,167,206); }
H1.HeaderClassName
{
color: #6AA7CE;
}
.AnyTagClassName
{
color: #6AA7CE;
}
</style>
background-color css
<style>
a { background-color: #6AA7CE; }
a { background-color: rgb(106,167,206); }
div.DivClassName
{
background-color: #6AA7CE;
}
.BgClassName
{
background-color: #6AA7CE;
}
</style>
border-color css
<style>
span { border-color: #6AA7CE; }
span { border-color: rgb(106,167,206); }
td.TdClassName
{
border-color: #6AA7CE;
}
.TagClassName
{
border-color: #6AA7CE;
}
</style>