Shades of Picton Blue #6299CC
Tints of Picton Blue #6299CC
RGB
CMYK
RGB Variations
Color information
#6299CC (or 0x6299CC) is known color: Picton Blue. HEX triplet: 62, 99 and CC. RGB value is (98,153,204). Sum of RGB (Red+Green+Blue) = 98+153+204=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #6299CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6299CC is #9D6633. Grayscale: #8E8E8E. Windows color (decimal): -10315316 or 13408610. OLE color: 13408610.
HSL color Cylindrical-coordinate representation of color #6299CC: hue angle of 208.87º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6299CC is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 153 | 204 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.2 |
| HSL | 208.87º | 0.51% | 0.59% | - |
| HSV(B) | 208.87º | 0.52% | 0.8% | - |
| XYZ | 27.33 | 29.74 | 61.43 | - |
| YUV | 142.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 204 | 0.52 | 0.25 | 0 | 0.2 | 208.87 | 0.51 | 0.59 |
| Hex | 62 | 99 | CC | 34 | 19 | 0 | 14 | D1 | 33 | 3B |
| Octal | 142 | 231 | 314 | 64 | 31 | 0 | 24 | 321 | 63 | 73 |
| Binary | 1100010 | 10011001 | 11001100 | 110100 | 11001 | 0 | 10100 | 11010001 | 110011 | 111011 |
Color Harmonies of #6299CC
Complementary color
Monochromatic Colors of #6299CC
Black with #6299CC
Text Example
Text Example
White with #6299CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6299CC; }
p { color: rgb(98,153,204); }
H1.HeaderClassName
{
color: #6299CC;
}
.AnyTagClassName
{
color: #6299CC;
}
</style>
background-color css
<style>
a { background-color: #6299CC; }
a { background-color: rgb(98,153,204); }
div.DivClassName
{
background-color: #6299CC;
}
.BgClassName
{
background-color: #6299CC;
}
</style>
border-color css
<style>
span { border-color: #6299CC; }
span { border-color: rgb(98,153,204); }
td.TdClassName
{
border-color: #6299CC;
}
.TagClassName
{
border-color: #6299CC;
}
</style>