Shades of Picton Blue #6797CC
Tints of Picton Blue #6797CC
RGB
CMYK
RGB Variations
Color information
#6797CC (or 0x6797CC) is known color: Picton Blue. HEX triplet: 67, 97 and CC. RGB value is (103,151,204). Sum of RGB (Red+Green+Blue) = 103+151+204=458 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.49% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #6797CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6797CC is #986833. Grayscale: #8E8E8E. Windows color (decimal): -9988148 or 13408103. OLE color: 13408103.
HSL color Cylindrical-coordinate representation of color #6797CC: hue angle of 211.49º 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 #6797CC is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 151 | 204 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.2 |
| HSL | 211.49º | 0.5% | 0.6% | - |
| HSV(B) | 211.49º | 0.5% | 0.8% | - |
| XYZ | 27.56 | 29.38 | 61.34 | - |
| YUV | 142.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 204 | 0.50 | 0.26 | 0 | 0.2 | 211.49 | 0.5 | 0.6 |
| Hex | 67 | 97 | CC | 32 | 1A | 0 | 14 | D3 | 32 | 3C |
| Octal | 147 | 227 | 314 | 62 | 32 | 0 | 24 | 323 | 62 | 74 |
| Binary | 1100111 | 10010111 | 11001100 | 110010 | 11010 | 0 | 10100 | 11010011 | 110010 | 111100 |
Color Harmonies of #6797CC
Complementary color
Monochromatic Colors of #6797CC
Black with #6797CC
Text Example
Text Example
White with #6797CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6797CC; }
p { color: rgb(103,151,204); }
H1.HeaderClassName
{
color: #6797CC;
}
.AnyTagClassName
{
color: #6797CC;
}
</style>
background-color css
<style>
a { background-color: #6797CC; }
a { background-color: rgb(103,151,204); }
div.DivClassName
{
background-color: #6797CC;
}
.BgClassName
{
background-color: #6797CC;
}
</style>
border-color css
<style>
span { border-color: #6797CC; }
span { border-color: rgb(103,151,204); }
td.TdClassName
{
border-color: #6797CC;
}
.TagClassName
{
border-color: #6797CC;
}
</style>