Shades of Picton Blue #6895CC
Tints of Picton Blue #6895CC
RGB
CMYK
RGB Variations
Color information
#6895CC (or 0x6895CC) is known color: Picton Blue. HEX triplet: 68, 95 and CC. RGB value is (104,149,204). Sum of RGB (Red+Green+Blue) = 104+149+204=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #6895CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6895CC is #976A33. Grayscale: #8D8D8D. Windows color (decimal): -9923124 or 13407592. OLE color: 13407592.
HSL color Cylindrical-coordinate representation of color #6895CC: hue angle of 213º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6895CC is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 149 | 204 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.2 |
| HSL | 213º | 0.5% | 0.6% | - |
| HSV(B) | 213º | 0.49% | 0.8% | - |
| XYZ | 27.36 | 28.8 | 61.24 | - |
| YUV | 141.82 | 163.09 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 204 | 0.49 | 0.27 | 0 | 0.2 | 213 | 0.5 | 0.6 |
| Hex | 68 | 95 | CC | 31 | 1B | 0 | 14 | D5 | 32 | 3C |
| Octal | 150 | 225 | 314 | 61 | 33 | 0 | 24 | 325 | 62 | 74 |
| Binary | 1101000 | 10010101 | 11001100 | 110001 | 11011 | 0 | 10100 | 11010101 | 110010 | 111100 |
Color Harmonies of #6895CC
Complementary color
Monochromatic Colors of #6895CC
Black with #6895CC
Text Example
Text Example
White with #6895CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6895CC; }
p { color: rgb(104,149,204); }
H1.HeaderClassName
{
color: #6895CC;
}
.AnyTagClassName
{
color: #6895CC;
}
</style>
background-color css
<style>
a { background-color: #6895CC; }
a { background-color: rgb(104,149,204); }
div.DivClassName
{
background-color: #6895CC;
}
.BgClassName
{
background-color: #6895CC;
}
</style>
border-color css
<style>
span { border-color: #6895CC; }
span { border-color: rgb(104,149,204); }
td.TdClassName
{
border-color: #6895CC;
}
.TagClassName
{
border-color: #6895CC;
}
</style>