Shades of Picton Blue #6D99CC
Tints of Picton Blue #6D99CC
RGB
CMYK
RGB Variations
Color information
#6D99CC (or 0x6D99CC) is known color: Picton Blue. HEX triplet: 6D, 99 and CC. RGB value is (109,153,204). Sum of RGB (Red+Green+Blue) = 109+153+204=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D99CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D99CC is #926633. Grayscale: #919191. Windows color (decimal): -9594420 or 13408621. OLE color: 13408621.
HSL color Cylindrical-coordinate representation of color #6D99CC: hue angle of 212.21º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D99CC is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 153 | 204 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.2 |
| HSL | 212.21º | 0.48% | 0.61% | - |
| HSV(B) | 212.21º | 0.47% | 0.8% | - |
| XYZ | 28.6 | 30.39 | 61.49 | - |
| YUV | 145.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 153 | 204 | 0.47 | 0.25 | 0 | 0.2 | 212.21 | 0.48 | 0.61 |
| Hex | 6D | 99 | CC | 2F | 19 | 0 | 14 | D4 | 30 | 3D |
| Octal | 155 | 231 | 314 | 57 | 31 | 0 | 24 | 324 | 60 | 75 |
| Binary | 1101101 | 10011001 | 11001100 | 101111 | 11001 | 0 | 10100 | 11010100 | 110000 | 111101 |
Color Harmonies of #6D99CC
Complementary color
Monochromatic Colors of #6D99CC
Black with #6D99CC
Text Example
Text Example
White with #6D99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D99CC; }
p { color: rgb(109,153,204); }
H1.HeaderClassName
{
color: #6D99CC;
}
.AnyTagClassName
{
color: #6D99CC;
}
</style>
background-color css
<style>
a { background-color: #6D99CC; }
a { background-color: rgb(109,153,204); }
div.DivClassName
{
background-color: #6D99CC;
}
.BgClassName
{
background-color: #6D99CC;
}
</style>
border-color css
<style>
span { border-color: #6D99CC; }
span { border-color: rgb(109,153,204); }
td.TdClassName
{
border-color: #6D99CC;
}
.TagClassName
{
border-color: #6D99CC;
}
</style>