Shades of Picton Blue #6099DC
Tints of Picton Blue #6099DC
RGB
CMYK
RGB Variations
Color information
#6099DC (or 0x6099DC) is known color: Picton Blue. HEX triplet: 60, 99 and DC. RGB value is (96,153,220). Sum of RGB (Red+Green+Blue) = 96+153+220=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #6099DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6099DC is #9F6623. Grayscale: #8F8F8F. Windows color (decimal): -10446372 or 14457184. OLE color: 14457184.
HSL color Cylindrical-coordinate representation of color #6099DC: hue angle of 212.42º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6099DC is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 153 | 220 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.14 |
| HSL | 212.42º | 0.64% | 0.62% | - |
| HSV(B) | 212.42º | 0.56% | 0.86% | - |
| XYZ | 29.13 | 30.44 | 72.05 | - |
| YUV | 143.6 | 171.12 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 220 | 0.56 | 0.30 | 0 | 0.14 | 212.42 | 0.64 | 0.62 |
| Hex | 60 | 99 | DC | 38 | 1E | 0 | E | D4 | 40 | 3E |
| Octal | 140 | 231 | 334 | 70 | 36 | 0 | 16 | 324 | 100 | 76 |
| Binary | 1100000 | 10011001 | 11011100 | 111000 | 11110 | 0 | 1110 | 11010100 | 1000000 | 111110 |
Color Harmonies of #6099DC
Complementary color
Monochromatic Colors of #6099DC
Black with #6099DC
Text Example
Text Example
White with #6099DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6099DC; }
p { color: rgb(96,153,220); }
H1.HeaderClassName
{
color: #6099DC;
}
.AnyTagClassName
{
color: #6099DC;
}
</style>
background-color css
<style>
a { background-color: #6099DC; }
a { background-color: rgb(96,153,220); }
div.DivClassName
{
background-color: #6099DC;
}
.BgClassName
{
background-color: #6099DC;
}
</style>
border-color css
<style>
span { border-color: #6099DC; }
span { border-color: rgb(96,153,220); }
td.TdClassName
{
border-color: #6099DC;
}
.TagClassName
{
border-color: #6099DC;
}
</style>