Shades of Picton Blue #6C9DCA
Tints of Picton Blue #6C9DCA
RGB
CMYK
RGB Variations
Color information
#6C9DCA (or 0x6C9DCA) is known color: Picton Blue. HEX triplet: 6C, 9D and CA. RGB value is (108,157,202). Sum of RGB (Red+Green+Blue) = 108+157+202=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C9DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9DCA is #936235. Grayscale: #939393. Windows color (decimal): -9658934 or 13278572. OLE color: 13278572.
HSL color Cylindrical-coordinate representation of color #6C9DCA: hue angle of 208.72º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C9DCA is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 157 | 202 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.21 |
| HSL | 208.72º | 0.47% | 0.61% | - |
| HSV(B) | 208.72º | 0.47% | 0.79% | - |
| XYZ | 28.9 | 31.57 | 60.45 | - |
| YUV | 147.48 | 158.77 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 157 | 202 | 0.47 | 0.22 | 0 | 0.21 | 208.72 | 0.47 | 0.61 |
| Hex | 6C | 9D | CA | 2F | 16 | 0 | 15 | D1 | 2F | 3D |
| Octal | 154 | 235 | 312 | 57 | 26 | 0 | 25 | 321 | 57 | 75 |
| Binary | 1101100 | 10011101 | 11001010 | 101111 | 10110 | 0 | 10101 | 11010001 | 101111 | 111101 |
Color Harmonies of #6C9DCA
Complementary color
Monochromatic Colors of #6C9DCA
Black with #6C9DCA
Text Example
Text Example
White with #6C9DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9DCA; }
p { color: rgb(108,157,202); }
H1.HeaderClassName
{
color: #6C9DCA;
}
.AnyTagClassName
{
color: #6C9DCA;
}
</style>
background-color css
<style>
a { background-color: #6C9DCA; }
a { background-color: rgb(108,157,202); }
div.DivClassName
{
background-color: #6C9DCA;
}
.BgClassName
{
background-color: #6C9DCA;
}
</style>
border-color css
<style>
span { border-color: #6C9DCA; }
span { border-color: rgb(108,157,202); }
td.TdClassName
{
border-color: #6C9DCA;
}
.TagClassName
{
border-color: #6C9DCA;
}
</style>