Shades of Picton Blue #6799D8
Tints of Picton Blue #6799D8
RGB
CMYK
RGB Variations
Color information
#6799D8 (or 0x6799D8) is known color: Picton Blue. HEX triplet: 67, 99 and D8. RGB value is (103,153,216). Sum of RGB (Red+Green+Blue) = 103+153+216=472 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.82% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #6799D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6799D8 is #986627. Grayscale: #909090. Windows color (decimal): -9987624 or 14195047. OLE color: 14195047.
HSL color Cylindrical-coordinate representation of color #6799D8: hue angle of 213.45º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6799D8 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 153 | 216 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.15 |
| HSL | 213.45º | 0.59% | 0.63% | - |
| HSV(B) | 213.45º | 0.52% | 0.85% | - |
| XYZ | 29.38 | 30.62 | 69.33 | - |
| YUV | 145.23 | 167.94 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 216 | 0.52 | 0.29 | 0 | 0.15 | 213.45 | 0.59 | 0.63 |
| Hex | 67 | 99 | D8 | 34 | 1D | 0 | F | D5 | 3B | 3F |
| Octal | 147 | 231 | 330 | 64 | 35 | 0 | 17 | 325 | 73 | 77 |
| Binary | 1100111 | 10011001 | 11011000 | 110100 | 11101 | 0 | 1111 | 11010101 | 111011 | 111111 |
Color Harmonies of #6799D8
Complementary color
Monochromatic Colors of #6799D8
Black with #6799D8
Text Example
Text Example
White with #6799D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6799D8; }
p { color: rgb(103,153,216); }
H1.HeaderClassName
{
color: #6799D8;
}
.AnyTagClassName
{
color: #6799D8;
}
</style>
background-color css
<style>
a { background-color: #6799D8; }
a { background-color: rgb(103,153,216); }
div.DivClassName
{
background-color: #6799D8;
}
.BgClassName
{
background-color: #6799D8;
}
</style>
border-color css
<style>
span { border-color: #6799D8; }
span { border-color: rgb(103,153,216); }
td.TdClassName
{
border-color: #6799D8;
}
.TagClassName
{
border-color: #6799D8;
}
</style>