Shades of Picton Blue #6AA7D1
Tints of Picton Blue #6AA7D1
RGB
CMYK
RGB Variations
Color information
#6AA7D1 (or 0x6AA7D1) is known color: Picton Blue. HEX triplet: 6A, A7 and D1. RGB value is (106,167,209). Sum of RGB (Red+Green+Blue) = 106+167+209=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #6AA7D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA7D1 is #95582E. Grayscale: #999999. Windows color (decimal): -9787439 or 13739882. OLE color: 13739882.
HSL color Cylindrical-coordinate representation of color #6AA7D1: hue angle of 204.47º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AA7D1 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 167 | 209 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.18 |
| HSL | 204.47º | 0.53% | 0.62% | - |
| HSV(B) | 204.47º | 0.49% | 0.82% | - |
| XYZ | 31.27 | 35.31 | 65.49 | - |
| YUV | 153.55 | 159.29 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 167 | 209 | 0.49 | 0.20 | 0 | 0.18 | 204.47 | 0.53 | 0.62 |
| Hex | 6A | A7 | D1 | 31 | 14 | 0 | 12 | CC | 35 | 3E |
| Octal | 152 | 247 | 321 | 61 | 24 | 0 | 22 | 314 | 65 | 76 |
| Binary | 1101010 | 10100111 | 11010001 | 110001 | 10100 | 0 | 10010 | 11001100 | 110101 | 111110 |
Color Harmonies of #6AA7D1
Complementary color
Monochromatic Colors of #6AA7D1
Black with #6AA7D1
Text Example
Text Example
White with #6AA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA7D1; }
p { color: rgb(106,167,209); }
H1.HeaderClassName
{
color: #6AA7D1;
}
.AnyTagClassName
{
color: #6AA7D1;
}
</style>
background-color css
<style>
a { background-color: #6AA7D1; }
a { background-color: rgb(106,167,209); }
div.DivClassName
{
background-color: #6AA7D1;
}
.BgClassName
{
background-color: #6AA7D1;
}
</style>
border-color css
<style>
span { border-color: #6AA7D1; }
span { border-color: rgb(106,167,209); }
td.TdClassName
{
border-color: #6AA7D1;
}
.TagClassName
{
border-color: #6AA7D1;
}
</style>