Shades of Picton Blue #6899C8
Tints of Picton Blue #6899C8
RGB
CMYK
RGB Variations
Color information
#6899C8 (or 0x6899C8) is known color: Picton Blue. HEX triplet: 68, 99 and C8. RGB value is (104,153,200). Sum of RGB (Red+Green+Blue) = 104+153+200=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #6899C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6899C8 is #976637. Grayscale: #8F8F8F. Windows color (decimal): -9922104 or 13146472. OLE color: 13146472.
HSL color Cylindrical-coordinate representation of color #6899C8: hue angle of 209.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6899C8 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 153 | 200 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.22 |
| HSL | 209.38º | 0.47% | 0.6% | - |
| HSV(B) | 209.38º | 0.48% | 0.78% | - |
| XYZ | 27.53 | 29.9 | 58.96 | - |
| YUV | 143.71 | 159.77 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 200 | 0.48 | 0.24 | 0 | 0.22 | 209.38 | 0.47 | 0.6 |
| Hex | 68 | 99 | C8 | 30 | 18 | 0 | 16 | D1 | 2F | 3C |
| Octal | 150 | 231 | 310 | 60 | 30 | 0 | 26 | 321 | 57 | 74 |
| Binary | 1101000 | 10011001 | 11001000 | 110000 | 11000 | 0 | 10110 | 11010001 | 101111 | 111100 |
Color Harmonies of #6899C8
Complementary color
Monochromatic Colors of #6899C8
Black with #6899C8
Text Example
Text Example
White with #6899C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899C8; }
p { color: rgb(104,153,200); }
H1.HeaderClassName
{
color: #6899C8;
}
.AnyTagClassName
{
color: #6899C8;
}
</style>
background-color css
<style>
a { background-color: #6899C8; }
a { background-color: rgb(104,153,200); }
div.DivClassName
{
background-color: #6899C8;
}
.BgClassName
{
background-color: #6899C8;
}
</style>
border-color css
<style>
span { border-color: #6899C8; }
span { border-color: rgb(104,153,200); }
td.TdClassName
{
border-color: #6899C8;
}
.TagClassName
{
border-color: #6899C8;
}
</style>