Shades of Picton Blue #6994D0
Tints of Picton Blue #6994D0
RGB
CMYK
RGB Variations
Color information
#6994D0 (or 0x6994D0) is known color: Picton Blue. HEX triplet: 69, 94 and D0. RGB value is (105,148,208). Sum of RGB (Red+Green+Blue) = 105+148+208=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #6994D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6994D0 is #966B2F. Grayscale: #8D8D8D. Windows color (decimal): -9857840 or 13669481. OLE color: 13669481.
HSL color Cylindrical-coordinate representation of color #6994D0: hue angle of 214.95º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6994D0 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 148 | 208 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.18 |
| HSL | 214.95º | 0.52% | 0.61% | - |
| HSV(B) | 214.95º | 0.5% | 0.82% | - |
| XYZ | 27.8 | 28.74 | 63.76 | - |
| YUV | 141.98 | 165.25 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 208 | 0.50 | 0.29 | 0 | 0.18 | 214.95 | 0.52 | 0.61 |
| Hex | 69 | 94 | D0 | 32 | 1D | 0 | 12 | D7 | 34 | 3D |
| Octal | 151 | 224 | 320 | 62 | 35 | 0 | 22 | 327 | 64 | 75 |
| Binary | 1101001 | 10010100 | 11010000 | 110010 | 11101 | 0 | 10010 | 11010111 | 110100 | 111101 |
Color Harmonies of #6994D0
Complementary color
Monochromatic Colors of #6994D0
Black with #6994D0
Text Example
Text Example
White with #6994D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6994D0; }
p { color: rgb(105,148,208); }
H1.HeaderClassName
{
color: #6994D0;
}
.AnyTagClassName
{
color: #6994D0;
}
</style>
background-color css
<style>
a { background-color: #6994D0; }
a { background-color: rgb(105,148,208); }
div.DivClassName
{
background-color: #6994D0;
}
.BgClassName
{
background-color: #6994D0;
}
</style>
border-color css
<style>
span { border-color: #6994D0; }
span { border-color: rgb(105,148,208); }
td.TdClassName
{
border-color: #6994D0;
}
.TagClassName
{
border-color: #6994D0;
}
</style>