Shades of Picton Blue #6CA8D5
Tints of Picton Blue #6CA8D5
RGB
CMYK
RGB Variations
Color information
#6CA8D5 (or 0x6CA8D5) is known color: Picton Blue. HEX triplet: 6C, A8 and D5. RGB value is (108,168,213). Sum of RGB (Red+Green+Blue) = 108+168+213=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #6CA8D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA8D5 is #93572A. Grayscale: #9A9A9A. Windows color (decimal): -9656107 or 14002284. OLE color: 14002284.
HSL color Cylindrical-coordinate representation of color #6CA8D5: hue angle of 205.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CA8D5 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 168 | 213 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.16 |
| HSL | 205.71º | 0.56% | 0.63% | - |
| HSV(B) | 205.71º | 0.49% | 0.84% | - |
| XYZ | 32.2 | 36 | 68.2 | - |
| YUV | 155.19 | 160.62 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 213 | 0.49 | 0.21 | 0 | 0.16 | 205.71 | 0.56 | 0.63 |
| Hex | 6C | A8 | D5 | 31 | 15 | 0 | 10 | CE | 38 | 3F |
| Octal | 154 | 250 | 325 | 61 | 25 | 0 | 20 | 316 | 70 | 77 |
| Binary | 1101100 | 10101000 | 11010101 | 110001 | 10101 | 0 | 10000 | 11001110 | 111000 | 111111 |
Color Harmonies of #6CA8D5
Complementary color
Monochromatic Colors of #6CA8D5
Black with #6CA8D5
Text Example
Text Example
White with #6CA8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA8D5; }
p { color: rgb(108,168,213); }
H1.HeaderClassName
{
color: #6CA8D5;
}
.AnyTagClassName
{
color: #6CA8D5;
}
</style>
background-color css
<style>
a { background-color: #6CA8D5; }
a { background-color: rgb(108,168,213); }
div.DivClassName
{
background-color: #6CA8D5;
}
.BgClassName
{
background-color: #6CA8D5;
}
</style>
border-color css
<style>
span { border-color: #6CA8D5; }
span { border-color: rgb(108,168,213); }
td.TdClassName
{
border-color: #6CA8D5;
}
.TagClassName
{
border-color: #6CA8D5;
}
</style>