Shades of Picton Blue #6996CE
Tints of Picton Blue #6996CE
RGB
CMYK
RGB Variations
Color information
#6996CE (or 0x6996CE) is known color: Picton Blue. HEX triplet: 69, 96 and CE. RGB value is (105,150,206). Sum of RGB (Red+Green+Blue) = 105+150+206=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #6996CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996CE is #966931. Grayscale: #8E8E8E. Windows color (decimal): -9857330 or 13538921. OLE color: 13538921.
HSL color Cylindrical-coordinate representation of color #6996CE: hue angle of 213.27º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6996CE is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 150 | 206 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.19 |
| HSL | 213.27º | 0.51% | 0.61% | - |
| HSV(B) | 213.27º | 0.49% | 0.81% | - |
| XYZ | 27.87 | 29.27 | 62.57 | - |
| YUV | 142.93 | 163.59 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 206 | 0.49 | 0.27 | 0 | 0.19 | 213.27 | 0.51 | 0.61 |
| Hex | 69 | 96 | CE | 31 | 1B | 0 | 13 | D5 | 33 | 3D |
| Octal | 151 | 226 | 316 | 61 | 33 | 0 | 23 | 325 | 63 | 75 |
| Binary | 1101001 | 10010110 | 11001110 | 110001 | 11011 | 0 | 10011 | 11010101 | 110011 | 111101 |
Color Harmonies of #6996CE
Complementary color
Monochromatic Colors of #6996CE
Black with #6996CE
Text Example
Text Example
White with #6996CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6996CE; }
p { color: rgb(105,150,206); }
H1.HeaderClassName
{
color: #6996CE;
}
.AnyTagClassName
{
color: #6996CE;
}
</style>
background-color css
<style>
a { background-color: #6996CE; }
a { background-color: rgb(105,150,206); }
div.DivClassName
{
background-color: #6996CE;
}
.BgClassName
{
background-color: #6996CE;
}
</style>
border-color css
<style>
span { border-color: #6996CE; }
span { border-color: rgb(105,150,206); }
td.TdClassName
{
border-color: #6996CE;
}
.TagClassName
{
border-color: #6996CE;
}
</style>