Shades of Picton Blue #6DA6CA
Tints of Picton Blue #6DA6CA
RGB
CMYK
RGB Variations
Color information
#6DA6CA (or 0x6DA6CA) is known color: Picton Blue. HEX triplet: 6D, A6 and CA. RGB value is (109,166,202). Sum of RGB (Red+Green+Blue) = 109+166+202=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DA6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA6CA is #925935. Grayscale: #989898. Windows color (decimal): -9591094 or 13280877. OLE color: 13280877.
HSL color Cylindrical-coordinate representation of color #6DA6CA: hue angle of 203.23º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DA6CA is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 166 | 202 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.21 |
| HSL | 203.23º | 0.47% | 0.61% | - |
| HSV(B) | 203.23º | 0.46% | 0.79% | - |
| XYZ | 30.6 | 34.79 | 60.98 | - |
| YUV | 153.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 202 | 0.46 | 0.18 | 0 | 0.21 | 203.23 | 0.47 | 0.61 |
| Hex | 6D | A6 | CA | 2E | 12 | 0 | 15 | CB | 2F | 3D |
| Octal | 155 | 246 | 312 | 56 | 22 | 0 | 25 | 313 | 57 | 75 |
| Binary | 1101101 | 10100110 | 11001010 | 101110 | 10010 | 0 | 10101 | 11001011 | 101111 | 111101 |
Color Harmonies of #6DA6CA
Complementary color
Monochromatic Colors of #6DA6CA
Black with #6DA6CA
Text Example
Text Example
White with #6DA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA6CA; }
p { color: rgb(109,166,202); }
H1.HeaderClassName
{
color: #6DA6CA;
}
.AnyTagClassName
{
color: #6DA6CA;
}
</style>
background-color css
<style>
a { background-color: #6DA6CA; }
a { background-color: rgb(109,166,202); }
div.DivClassName
{
background-color: #6DA6CA;
}
.BgClassName
{
background-color: #6DA6CA;
}
</style>
border-color css
<style>
span { border-color: #6DA6CA; }
span { border-color: rgb(109,166,202); }
td.TdClassName
{
border-color: #6DA6CA;
}
.TagClassName
{
border-color: #6DA6CA;
}
</style>