Shades of Picton Blue #6799CF
Tints of Picton Blue #6799CF
RGB
CMYK
RGB Variations
Color information
#6799CF (or 0x6799CF) is known color: Picton Blue. HEX triplet: 67, 99 and CF. RGB value is (103,153,207). Sum of RGB (Red+Green+Blue) = 103+153+207=463 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.25% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #6799CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6799CF is #986630. Grayscale: #8F8F8F. Windows color (decimal): -9987633 or 13605223. OLE color: 13605223.
HSL color Cylindrical-coordinate representation of color #6799CF: hue angle of 211.15º degrees, saturation: 0.52, 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 #6799CF is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 153 | 207 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.19 |
| HSL | 211.15º | 0.52% | 0.61% | - |
| HSV(B) | 211.15º | 0.5% | 0.81% | - |
| XYZ | 28.25 | 30.17 | 63.37 | - |
| YUV | 144.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 207 | 0.50 | 0.26 | 0 | 0.19 | 211.15 | 0.52 | 0.61 |
| Hex | 67 | 99 | CF | 32 | 1A | 0 | 13 | D3 | 34 | 3D |
| Octal | 147 | 231 | 317 | 62 | 32 | 0 | 23 | 323 | 64 | 75 |
| Binary | 1100111 | 10011001 | 11001111 | 110010 | 11010 | 0 | 10011 | 11010011 | 110100 | 111101 |
Color Harmonies of #6799CF
Complementary color
Monochromatic Colors of #6799CF
Black with #6799CF
Text Example
Text Example
White with #6799CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6799CF; }
p { color: rgb(103,153,207); }
H1.HeaderClassName
{
color: #6799CF;
}
.AnyTagClassName
{
color: #6799CF;
}
</style>
background-color css
<style>
a { background-color: #6799CF; }
a { background-color: rgb(103,153,207); }
div.DivClassName
{
background-color: #6799CF;
}
.BgClassName
{
background-color: #6799CF;
}
</style>
border-color css
<style>
span { border-color: #6799CF; }
span { border-color: rgb(103,153,207); }
td.TdClassName
{
border-color: #6799CF;
}
.TagClassName
{
border-color: #6799CF;
}
</style>