Shades of Picton Blue #6DA7CA
Tints of Picton Blue #6DA7CA
RGB
CMYK
RGB Variations
Color information
#6DA7CA (or 0x6DA7CA) is known color: Picton Blue. HEX triplet: 6D, A7 and CA. RGB value is (109,167,202). Sum of RGB (Red+Green+Blue) = 109+167+202=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DA7CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA7CA is #925835. Grayscale: #999999. Windows color (decimal): -9590838 or 13281133. OLE color: 13281133.
HSL color Cylindrical-coordinate representation of color #6DA7CA: hue angle of 202.58º 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 #6DA7CA is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 167 | 202 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.21 |
| HSL | 202.58º | 0.47% | 0.61% | - |
| HSV(B) | 202.58º | 0.46% | 0.79% | - |
| XYZ | 30.79 | 35.15 | 61.04 | - |
| YUV | 153.65 | 155.28 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 167 | 202 | 0.46 | 0.17 | 0 | 0.21 | 202.58 | 0.47 | 0.61 |
| Hex | 6D | A7 | CA | 2E | 11 | 0 | 15 | CB | 2F | 3D |
| Octal | 155 | 247 | 312 | 56 | 21 | 0 | 25 | 313 | 57 | 75 |
| Binary | 1101101 | 10100111 | 11001010 | 101110 | 10001 | 0 | 10101 | 11001011 | 101111 | 111101 |
Color Harmonies of #6DA7CA
Complementary color
Monochromatic Colors of #6DA7CA
Black with #6DA7CA
Text Example
Text Example
White with #6DA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA7CA; }
p { color: rgb(109,167,202); }
H1.HeaderClassName
{
color: #6DA7CA;
}
.AnyTagClassName
{
color: #6DA7CA;
}
</style>
background-color css
<style>
a { background-color: #6DA7CA; }
a { background-color: rgb(109,167,202); }
div.DivClassName
{
background-color: #6DA7CA;
}
.BgClassName
{
background-color: #6DA7CA;
}
</style>
border-color css
<style>
span { border-color: #6DA7CA; }
span { border-color: rgb(109,167,202); }
td.TdClassName
{
border-color: #6DA7CA;
}
.TagClassName
{
border-color: #6DA7CA;
}
</style>