Shades of Picton Blue #6995D4
Tints of Picton Blue #6995D4
RGB
CMYK
RGB Variations
Color information
#6995D4 (or 0x6995D4) is known color: Picton Blue. HEX triplet: 69, 95 and D4. RGB value is (105,149,212). Sum of RGB (Red+Green+Blue) = 105+149+212=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #6995D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6995D4 is #966A2B. Grayscale: #8E8E8E. Windows color (decimal): -9857580 or 13931881. OLE color: 13931881.
HSL color Cylindrical-coordinate representation of color #6995D4: hue angle of 215.33º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6995D4 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 149 | 212 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.17 |
| HSL | 215.33º | 0.55% | 0.62% | - |
| HSV(B) | 215.33º | 0.5% | 0.83% | - |
| XYZ | 28.46 | 29.25 | 66.43 | - |
| YUV | 143.03 | 166.92 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 212 | 0.50 | 0.30 | 0 | 0.17 | 215.33 | 0.55 | 0.62 |
| Hex | 69 | 95 | D4 | 32 | 1E | 0 | 11 | D7 | 37 | 3E |
| Octal | 151 | 225 | 324 | 62 | 36 | 0 | 21 | 327 | 67 | 76 |
| Binary | 1101001 | 10010101 | 11010100 | 110010 | 11110 | 0 | 10001 | 11010111 | 110111 | 111110 |
Color Harmonies of #6995D4
Complementary color
Monochromatic Colors of #6995D4
Black with #6995D4
Text Example
Text Example
White with #6995D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6995D4; }
p { color: rgb(105,149,212); }
H1.HeaderClassName
{
color: #6995D4;
}
.AnyTagClassName
{
color: #6995D4;
}
</style>
background-color css
<style>
a { background-color: #6995D4; }
a { background-color: rgb(105,149,212); }
div.DivClassName
{
background-color: #6995D4;
}
.BgClassName
{
background-color: #6995D4;
}
</style>
border-color css
<style>
span { border-color: #6995D4; }
span { border-color: rgb(105,149,212); }
td.TdClassName
{
border-color: #6995D4;
}
.TagClassName
{
border-color: #6995D4;
}
</style>