Shades of Picton Blue #6DA2D3
Tints of Picton Blue #6DA2D3
RGB
CMYK
RGB Variations
Color information
#6DA2D3 (or 0x6DA2D3) is known color: Picton Blue. HEX triplet: 6D, A2 and D3. RGB value is (109,162,211). Sum of RGB (Red+Green+Blue) = 109+162+211=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #6DA2D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA2D3 is #925D2C. Grayscale: #979797. Windows color (decimal): -9592109 or 13869677. OLE color: 13869677.
HSL color Cylindrical-coordinate representation of color #6DA2D3: hue angle of 208.82º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DA2D3 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 162 | 211 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.17 |
| HSL | 208.82º | 0.54% | 0.63% | - |
| HSV(B) | 208.82º | 0.48% | 0.83% | - |
| XYZ | 30.98 | 33.8 | 66.52 | - |
| YUV | 151.74 | 161.44 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 162 | 211 | 0.48 | 0.23 | 0 | 0.17 | 208.82 | 0.54 | 0.63 |
| Hex | 6D | A2 | D3 | 30 | 17 | 0 | 11 | D1 | 36 | 3F |
| Octal | 155 | 242 | 323 | 60 | 27 | 0 | 21 | 321 | 66 | 77 |
| Binary | 1101101 | 10100010 | 11010011 | 110000 | 10111 | 0 | 10001 | 11010001 | 110110 | 111111 |
Color Harmonies of #6DA2D3
Complementary color
Monochromatic Colors of #6DA2D3
Black with #6DA2D3
Text Example
Text Example
White with #6DA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA2D3; }
p { color: rgb(109,162,211); }
H1.HeaderClassName
{
color: #6DA2D3;
}
.AnyTagClassName
{
color: #6DA2D3;
}
</style>
background-color css
<style>
a { background-color: #6DA2D3; }
a { background-color: rgb(109,162,211); }
div.DivClassName
{
background-color: #6DA2D3;
}
.BgClassName
{
background-color: #6DA2D3;
}
</style>
border-color css
<style>
span { border-color: #6DA2D3; }
span { border-color: rgb(109,162,211); }
td.TdClassName
{
border-color: #6DA2D3;
}
.TagClassName
{
border-color: #6DA2D3;
}
</style>