Shades of Picton Blue #6996CC
Tints of Picton Blue #6996CC
RGB
CMYK
RGB Variations
Color information
#6996CC (or 0x6996CC) is known color: Picton Blue. HEX triplet: 69, 96 and CC. RGB value is (105,150,204). Sum of RGB (Red+Green+Blue) = 105+150+204=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #6996CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996CC is #966933. Grayscale: #8E8E8E. Windows color (decimal): -9857332 or 13407849. OLE color: 13407849.
HSL color Cylindrical-coordinate representation of color #6996CC: hue angle of 212.73º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6996CC is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 150 | 204 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.2 |
| HSL | 212.73º | 0.49% | 0.61% | - |
| HSV(B) | 212.73º | 0.49% | 0.8% | - |
| XYZ | 27.63 | 29.18 | 61.3 | - |
| YUV | 142.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 204 | 0.49 | 0.26 | 0 | 0.2 | 212.73 | 0.49 | 0.61 |
| Hex | 69 | 96 | CC | 31 | 1A | 0 | 14 | D5 | 31 | 3D |
| Octal | 151 | 226 | 314 | 61 | 32 | 0 | 24 | 325 | 61 | 75 |
| Binary | 1101001 | 10010110 | 11001100 | 110001 | 11010 | 0 | 10100 | 11010101 | 110001 | 111101 |
Color Harmonies of #6996CC
Complementary color
Monochromatic Colors of #6996CC
Black with #6996CC
Text Example
Text Example
White with #6996CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6996CC; }
p { color: rgb(105,150,204); }
H1.HeaderClassName
{
color: #6996CC;
}
.AnyTagClassName
{
color: #6996CC;
}
</style>
background-color css
<style>
a { background-color: #6996CC; }
a { background-color: rgb(105,150,204); }
div.DivClassName
{
background-color: #6996CC;
}
.BgClassName
{
background-color: #6996CC;
}
</style>
border-color css
<style>
span { border-color: #6996CC; }
span { border-color: rgb(105,150,204); }
td.TdClassName
{
border-color: #6996CC;
}
.TagClassName
{
border-color: #6996CC;
}
</style>