Shades of Picton Blue #6BA0CD
Tints of Picton Blue #6BA0CD
RGB
CMYK
RGB Variations
Color information
#6BA0CD (or 0x6BA0CD) is known color: Picton Blue. HEX triplet: 6B, A0 and CD. RGB value is (107,160,205). Sum of RGB (Red+Green+Blue) = 107+160+205=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BA0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA0CD is #945F32. Grayscale: #959595. Windows color (decimal): -9723699 or 13475947. OLE color: 13475947.
HSL color Cylindrical-coordinate representation of color #6BA0CD: hue angle of 207.55º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BA0CD is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 160 | 205 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.20 |
| HSL | 207.55º | 0.49% | 0.61% | - |
| HSV(B) | 207.55º | 0.48% | 0.8% | - |
| XYZ | 29.65 | 32.68 | 62.5 | - |
| YUV | 149.28 | 159.44 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 205 | 0.48 | 0.22 | 0 | 0.20 | 207.55 | 0.49 | 0.61 |
| Hex | 6B | A0 | CD | 30 | 16 | 0 | 14 | D0 | 31 | 3D |
| Octal | 153 | 240 | 315 | 60 | 26 | 0 | 24 | 320 | 61 | 75 |
| Binary | 1101011 | 10100000 | 11001101 | 110000 | 10110 | 0 | 10100 | 11010000 | 110001 | 111101 |
Color Harmonies of #6BA0CD
Complementary color
Monochromatic Colors of #6BA0CD
Black with #6BA0CD
Text Example
Text Example
White with #6BA0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA0CD; }
p { color: rgb(107,160,205); }
H1.HeaderClassName
{
color: #6BA0CD;
}
.AnyTagClassName
{
color: #6BA0CD;
}
</style>
background-color css
<style>
a { background-color: #6BA0CD; }
a { background-color: rgb(107,160,205); }
div.DivClassName
{
background-color: #6BA0CD;
}
.BgClassName
{
background-color: #6BA0CD;
}
</style>
border-color css
<style>
span { border-color: #6BA0CD; }
span { border-color: rgb(107,160,205); }
td.TdClassName
{
border-color: #6BA0CD;
}
.TagClassName
{
border-color: #6BA0CD;
}
</style>