Shades of Picton Blue #6899CA
Tints of Picton Blue #6899CA
RGB
CMYK
RGB Variations
Color information
#6899CA (or 0x6899CA) is known color: Picton Blue. HEX triplet: 68, 99 and CA. RGB value is (104,153,202). Sum of RGB (Red+Green+Blue) = 104+153+202=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #6899CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6899CA is #976635. Grayscale: #8F8F8F. Windows color (decimal): -9922102 or 13277544. OLE color: 13277544.
HSL color Cylindrical-coordinate representation of color #6899CA: hue angle of 210º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6899CA is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 153 | 202 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.21 |
| HSL | 210º | 0.48% | 0.6% | - |
| HSV(B) | 210º | 0.49% | 0.79% | - |
| XYZ | 27.76 | 29.99 | 60.2 | - |
| YUV | 143.94 | 160.77 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 202 | 0.49 | 0.24 | 0 | 0.21 | 210 | 0.48 | 0.6 |
| Hex | 68 | 99 | CA | 31 | 18 | 0 | 15 | D2 | 30 | 3C |
| Octal | 150 | 231 | 312 | 61 | 30 | 0 | 25 | 322 | 60 | 74 |
| Binary | 1101000 | 10011001 | 11001010 | 110001 | 11000 | 0 | 10101 | 11010010 | 110000 | 111100 |
Color Harmonies of #6899CA
Complementary color
Monochromatic Colors of #6899CA
Black with #6899CA
Text Example
Text Example
White with #6899CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899CA; }
p { color: rgb(104,153,202); }
H1.HeaderClassName
{
color: #6899CA;
}
.AnyTagClassName
{
color: #6899CA;
}
</style>
background-color css
<style>
a { background-color: #6899CA; }
a { background-color: rgb(104,153,202); }
div.DivClassName
{
background-color: #6899CA;
}
.BgClassName
{
background-color: #6899CA;
}
</style>
border-color css
<style>
span { border-color: #6899CA; }
span { border-color: rgb(104,153,202); }
td.TdClassName
{
border-color: #6899CA;
}
.TagClassName
{
border-color: #6899CA;
}
</style>