Shades of Picton Blue #6DA7D1
Tints of Picton Blue #6DA7D1
RGB
CMYK
RGB Variations
Color information
#6DA7D1 (or 0x6DA7D1) is known color: Picton Blue. HEX triplet: 6D, A7 and D1. RGB value is (109,167,209). Sum of RGB (Red+Green+Blue) = 109+167+209=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #6DA7D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA7D1 is #92582E. Grayscale: #9A9A9A. Windows color (decimal): -9590831 or 13739885. OLE color: 13739885.
HSL color Cylindrical-coordinate representation of color #6DA7D1: hue angle of 205.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DA7D1 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 167 | 209 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.18 |
| HSL | 205.2º | 0.52% | 0.62% | - |
| HSV(B) | 205.2º | 0.48% | 0.82% | - |
| XYZ | 31.63 | 35.49 | 65.5 | - |
| YUV | 154.45 | 158.78 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 167 | 209 | 0.48 | 0.20 | 0 | 0.18 | 205.2 | 0.52 | 0.62 |
| Hex | 6D | A7 | D1 | 30 | 14 | 0 | 12 | CD | 34 | 3E |
| Octal | 155 | 247 | 321 | 60 | 24 | 0 | 22 | 315 | 64 | 76 |
| Binary | 1101101 | 10100111 | 11010001 | 110000 | 10100 | 0 | 10010 | 11001101 | 110100 | 111110 |
Color Harmonies of #6DA7D1
Complementary color
Monochromatic Colors of #6DA7D1
Black with #6DA7D1
Text Example
Text Example
White with #6DA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA7D1; }
p { color: rgb(109,167,209); }
H1.HeaderClassName
{
color: #6DA7D1;
}
.AnyTagClassName
{
color: #6DA7D1;
}
</style>
background-color css
<style>
a { background-color: #6DA7D1; }
a { background-color: rgb(109,167,209); }
div.DivClassName
{
background-color: #6DA7D1;
}
.BgClassName
{
background-color: #6DA7D1;
}
</style>
border-color css
<style>
span { border-color: #6DA7D1; }
span { border-color: rgb(109,167,209); }
td.TdClassName
{
border-color: #6DA7D1;
}
.TagClassName
{
border-color: #6DA7D1;
}
</style>