Shades of Picton Blue #6798D7
Tints of Picton Blue #6798D7
RGB
CMYK
RGB Variations
Color information
#6798D7 (or 0x6798D7) is known color: Picton Blue. HEX triplet: 67, 98 and D7. RGB value is (103,152,215). Sum of RGB (Red+Green+Blue) = 103+152+215=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #6798D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6798D7 is #986728. Grayscale: #909090. Windows color (decimal): -9987881 or 14129255. OLE color: 14129255.
HSL color Cylindrical-coordinate representation of color #6798D7: hue angle of 213.75º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6798D7 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 152 | 215 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.16 |
| HSL | 213.75º | 0.58% | 0.62% | - |
| HSV(B) | 213.75º | 0.52% | 0.84% | - |
| XYZ | 29.09 | 30.25 | 68.6 | - |
| YUV | 144.53 | 167.77 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 215 | 0.52 | 0.29 | 0 | 0.16 | 213.75 | 0.58 | 0.62 |
| Hex | 67 | 98 | D7 | 34 | 1D | 0 | 10 | D6 | 3A | 3E |
| Octal | 147 | 230 | 327 | 64 | 35 | 0 | 20 | 326 | 72 | 76 |
| Binary | 1100111 | 10011000 | 11010111 | 110100 | 11101 | 0 | 10000 | 11010110 | 111010 | 111110 |
Color Harmonies of #6798D7
Complementary color
Monochromatic Colors of #6798D7
Black with #6798D7
Text Example
Text Example
White with #6798D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6798D7; }
p { color: rgb(103,152,215); }
H1.HeaderClassName
{
color: #6798D7;
}
.AnyTagClassName
{
color: #6798D7;
}
</style>
background-color css
<style>
a { background-color: #6798D7; }
a { background-color: rgb(103,152,215); }
div.DivClassName
{
background-color: #6798D7;
}
.BgClassName
{
background-color: #6798D7;
}
</style>
border-color css
<style>
span { border-color: #6798D7; }
span { border-color: rgb(103,152,215); }
td.TdClassName
{
border-color: #6798D7;
}
.TagClassName
{
border-color: #6798D7;
}
</style>