Shades of Picton Blue #6997D6
Tints of Picton Blue #6997D6
RGB
CMYK
RGB Variations
Color information
#6997D6 (or 0x6997D6) is known color: Picton Blue. HEX triplet: 69, 97 and D6. RGB value is (105,151,214). Sum of RGB (Red+Green+Blue) = 105+151+214=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #6997D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6997D6 is #966829. Grayscale: #909090. Windows color (decimal): -9857066 or 14063465. OLE color: 14063465.
HSL color Cylindrical-coordinate representation of color #6997D6: hue angle of 214.68º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6997D6 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 151 | 214 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.16 |
| HSL | 214.68º | 0.57% | 0.63% | - |
| HSV(B) | 214.68º | 0.51% | 0.84% | - |
| XYZ | 29.03 | 29.99 | 67.88 | - |
| YUV | 144.43 | 167.26 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 214 | 0.51 | 0.29 | 0 | 0.16 | 214.68 | 0.57 | 0.63 |
| Hex | 69 | 97 | D6 | 33 | 1D | 0 | 10 | D7 | 39 | 3F |
| Octal | 151 | 227 | 326 | 63 | 35 | 0 | 20 | 327 | 71 | 77 |
| Binary | 1101001 | 10010111 | 11010110 | 110011 | 11101 | 0 | 10000 | 11010111 | 111001 | 111111 |
Color Harmonies of #6997D6
Complementary color
Monochromatic Colors of #6997D6
Black with #6997D6
Text Example
Text Example
White with #6997D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6997D6; }
p { color: rgb(105,151,214); }
H1.HeaderClassName
{
color: #6997D6;
}
.AnyTagClassName
{
color: #6997D6;
}
</style>
background-color css
<style>
a { background-color: #6997D6; }
a { background-color: rgb(105,151,214); }
div.DivClassName
{
background-color: #6997D6;
}
.BgClassName
{
background-color: #6997D6;
}
</style>
border-color css
<style>
span { border-color: #6997D6; }
span { border-color: rgb(105,151,214); }
td.TdClassName
{
border-color: #6997D6;
}
.TagClassName
{
border-color: #6997D6;
}
</style>