Shades of Picton Blue #6796CE
Tints of Picton Blue #6796CE
RGB
CMYK
RGB Variations
Color information
#6796CE (or 0x6796CE) is known color: Picton Blue. HEX triplet: 67, 96 and CE. RGB value is (103,150,206). Sum of RGB (Red+Green+Blue) = 103+150+206=459 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.44% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #6796CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6796CE is #986931. Grayscale: #8E8E8E. Windows color (decimal): -9988402 or 13538919. OLE color: 13538919.
HSL color Cylindrical-coordinate representation of color #6796CE: hue angle of 212.62º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6796CE is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 150 | 206 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.19 |
| HSL | 212.62º | 0.51% | 0.61% | - |
| HSV(B) | 212.62º | 0.5% | 0.81% | - |
| XYZ | 27.64 | 29.15 | 62.56 | - |
| YUV | 142.33 | 163.93 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 206 | 0.50 | 0.27 | 0 | 0.19 | 212.62 | 0.51 | 0.61 |
| Hex | 67 | 96 | CE | 32 | 1B | 0 | 13 | D5 | 33 | 3D |
| Octal | 147 | 226 | 316 | 62 | 33 | 0 | 23 | 325 | 63 | 75 |
| Binary | 1100111 | 10010110 | 11001110 | 110010 | 11011 | 0 | 10011 | 11010101 | 110011 | 111101 |
Color Harmonies of #6796CE
Complementary color
Monochromatic Colors of #6796CE
Black with #6796CE
Text Example
Text Example
White with #6796CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6796CE; }
p { color: rgb(103,150,206); }
H1.HeaderClassName
{
color: #6796CE;
}
.AnyTagClassName
{
color: #6796CE;
}
</style>
background-color css
<style>
a { background-color: #6796CE; }
a { background-color: rgb(103,150,206); }
div.DivClassName
{
background-color: #6796CE;
}
.BgClassName
{
background-color: #6796CE;
}
</style>
border-color css
<style>
span { border-color: #6796CE; }
span { border-color: rgb(103,150,206); }
td.TdClassName
{
border-color: #6796CE;
}
.TagClassName
{
border-color: #6796CE;
}
</style>