Shades of Picton Blue #6D99CE
Tints of Picton Blue #6D99CE
RGB
CMYK
RGB Variations
Color information
#6D99CE (or 0x6D99CE) is known color: Picton Blue. HEX triplet: 6D, 99 and CE. RGB value is (109,153,206). Sum of RGB (Red+Green+Blue) = 109+153+206=468 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.29% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D99CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D99CE is #926631. Grayscale: #919191. Windows color (decimal): -9594418 or 13539693. OLE color: 13539693.
HSL color Cylindrical-coordinate representation of color #6D99CE: hue angle of 212.78º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D99CE is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 153 | 206 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.19 |
| HSL | 212.78º | 0.5% | 0.62% | - |
| HSV(B) | 212.78º | 0.47% | 0.81% | - |
| XYZ | 28.84 | 30.49 | 62.76 | - |
| YUV | 145.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 153 | 206 | 0.47 | 0.26 | 0 | 0.19 | 212.78 | 0.5 | 0.62 |
| Hex | 6D | 99 | CE | 2F | 1A | 0 | 13 | D5 | 32 | 3E |
| Octal | 155 | 231 | 316 | 57 | 32 | 0 | 23 | 325 | 62 | 76 |
| Binary | 1101101 | 10011001 | 11001110 | 101111 | 11010 | 0 | 10011 | 11010101 | 110010 | 111110 |
Color Harmonies of #6D99CE
Complementary color
Monochromatic Colors of #6D99CE
Black with #6D99CE
Text Example
Text Example
White with #6D99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D99CE; }
p { color: rgb(109,153,206); }
H1.HeaderClassName
{
color: #6D99CE;
}
.AnyTagClassName
{
color: #6D99CE;
}
</style>
background-color css
<style>
a { background-color: #6D99CE; }
a { background-color: rgb(109,153,206); }
div.DivClassName
{
background-color: #6D99CE;
}
.BgClassName
{
background-color: #6D99CE;
}
</style>
border-color css
<style>
span { border-color: #6D99CE; }
span { border-color: rgb(109,153,206); }
td.TdClassName
{
border-color: #6D99CE;
}
.TagClassName
{
border-color: #6D99CE;
}
</style>