Shades of Picton Blue #6D9BCA
Tints of Picton Blue #6D9BCA
RGB
CMYK
RGB Variations
Color information
#6D9BCA (or 0x6D9BCA) is known color: Picton Blue. HEX triplet: 6D, 9B and CA. RGB value is (109,155,202). Sum of RGB (Red+Green+Blue) = 109+155+202=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9BCA is #926435. Grayscale: #929292. Windows color (decimal): -9593910 or 13278061. OLE color: 13278061.
HSL color Cylindrical-coordinate representation of color #6D9BCA: hue angle of 210.32º 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 #6D9BCA is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 155 | 202 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.21 |
| HSL | 210.32º | 0.47% | 0.61% | - |
| HSV(B) | 210.32º | 0.46% | 0.79% | - |
| XYZ | 28.69 | 30.96 | 60.34 | - |
| YUV | 146.6 | 159.26 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 155 | 202 | 0.46 | 0.23 | 0 | 0.21 | 210.32 | 0.47 | 0.61 |
| Hex | 6D | 9B | CA | 2E | 17 | 0 | 15 | D2 | 2F | 3D |
| Octal | 155 | 233 | 312 | 56 | 27 | 0 | 25 | 322 | 57 | 75 |
| Binary | 1101101 | 10011011 | 11001010 | 101110 | 10111 | 0 | 10101 | 11010010 | 101111 | 111101 |
Color Harmonies of #6D9BCA
Complementary color
Monochromatic Colors of #6D9BCA
Black with #6D9BCA
Text Example
Text Example
White with #6D9BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9BCA; }
p { color: rgb(109,155,202); }
H1.HeaderClassName
{
color: #6D9BCA;
}
.AnyTagClassName
{
color: #6D9BCA;
}
</style>
background-color css
<style>
a { background-color: #6D9BCA; }
a { background-color: rgb(109,155,202); }
div.DivClassName
{
background-color: #6D9BCA;
}
.BgClassName
{
background-color: #6D9BCA;
}
</style>
border-color css
<style>
span { border-color: #6D9BCA; }
span { border-color: rgb(109,155,202); }
td.TdClassName
{
border-color: #6D9BCA;
}
.TagClassName
{
border-color: #6D9BCA;
}
</style>