Shades of Picton Blue #6894CF
Tints of Picton Blue #6894CF
RGB
CMYK
RGB Variations
Color information
#6894CF (or 0x6894CF) is known color: Picton Blue. HEX triplet: 68, 94 and CF. RGB value is (104,148,207). Sum of RGB (Red+Green+Blue) = 104+148+207=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #6894CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6894CF is #976B30. Grayscale: #8D8D8D. Windows color (decimal): -9923377 or 13603944. OLE color: 13603944.
HSL color Cylindrical-coordinate representation of color #6894CF: hue angle of 214.37º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6894CF is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 148 | 207 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.19 |
| HSL | 214.37º | 0.52% | 0.61% | - |
| HSV(B) | 214.37º | 0.5% | 0.81% | - |
| XYZ | 27.56 | 28.63 | 63.1 | - |
| YUV | 141.57 | 164.92 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 207 | 0.50 | 0.29 | 0 | 0.19 | 214.37 | 0.52 | 0.61 |
| Hex | 68 | 94 | CF | 32 | 1D | 0 | 13 | D6 | 34 | 3D |
| Octal | 150 | 224 | 317 | 62 | 35 | 0 | 23 | 326 | 64 | 75 |
| Binary | 1101000 | 10010100 | 11001111 | 110010 | 11101 | 0 | 10011 | 11010110 | 110100 | 111101 |
Color Harmonies of #6894CF
Complementary color
Monochromatic Colors of #6894CF
Black with #6894CF
Text Example
Text Example
White with #6894CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6894CF; }
p { color: rgb(104,148,207); }
H1.HeaderClassName
{
color: #6894CF;
}
.AnyTagClassName
{
color: #6894CF;
}
</style>
background-color css
<style>
a { background-color: #6894CF; }
a { background-color: rgb(104,148,207); }
div.DivClassName
{
background-color: #6894CF;
}
.BgClassName
{
background-color: #6894CF;
}
</style>
border-color css
<style>
span { border-color: #6894CF; }
span { border-color: rgb(104,148,207); }
td.TdClassName
{
border-color: #6894CF;
}
.TagClassName
{
border-color: #6894CF;
}
</style>