Shades of Picton Blue #6799CD
Tints of Picton Blue #6799CD
RGB
CMYK
RGB Variations
Color information
#6799CD (or 0x6799CD) is known color: Picton Blue. HEX triplet: 67, 99 and CD. RGB value is (103,153,205). Sum of RGB (Red+Green+Blue) = 103+153+205=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #6799CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6799CD is #986632. Grayscale: #8F8F8F. Windows color (decimal): -9987635 or 13474151. OLE color: 13474151.
HSL color Cylindrical-coordinate representation of color #6799CD: hue angle of 210.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6799CD is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 153 | 205 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.20 |
| HSL | 210.59º | 0.5% | 0.6% | - |
| HSV(B) | 210.59º | 0.5% | 0.8% | - |
| XYZ | 28 | 30.07 | 62.09 | - |
| YUV | 143.98 | 162.44 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 205 | 0.50 | 0.25 | 0 | 0.20 | 210.59 | 0.5 | 0.6 |
| Hex | 67 | 99 | CD | 32 | 19 | 0 | 14 | D3 | 32 | 3C |
| Octal | 147 | 231 | 315 | 62 | 31 | 0 | 24 | 323 | 62 | 74 |
| Binary | 1100111 | 10011001 | 11001101 | 110010 | 11001 | 0 | 10100 | 11010011 | 110010 | 111100 |
Color Harmonies of #6799CD
Complementary color
Monochromatic Colors of #6799CD
Black with #6799CD
Text Example
Text Example
White with #6799CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6799CD; }
p { color: rgb(103,153,205); }
H1.HeaderClassName
{
color: #6799CD;
}
.AnyTagClassName
{
color: #6799CD;
}
</style>
background-color css
<style>
a { background-color: #6799CD; }
a { background-color: rgb(103,153,205); }
div.DivClassName
{
background-color: #6799CD;
}
.BgClassName
{
background-color: #6799CD;
}
</style>
border-color css
<style>
span { border-color: #6799CD; }
span { border-color: rgb(103,153,205); }
td.TdClassName
{
border-color: #6799CD;
}
.TagClassName
{
border-color: #6799CD;
}
</style>