Shades of Picton Blue #6294CC
Tints of Picton Blue #6294CC
RGB
CMYK
RGB Variations
Color information
#6294CC (or 0x6294CC) is known color: Picton Blue. HEX triplet: 62, 94 and CC. RGB value is (98,148,204). Sum of RGB (Red+Green+Blue) = 98+148+204=450 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.78% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #6294CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6294CC is #9D6B33. Grayscale: #8B8B8B. Windows color (decimal): -10316596 or 13407330. OLE color: 13407330.
HSL color Cylindrical-coordinate representation of color #6294CC: hue angle of 211.7º 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 #6294CC is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 148 | 204 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.2 |
| HSL | 211.7º | 0.51% | 0.59% | - |
| HSV(B) | 211.7º | 0.52% | 0.8% | - |
| XYZ | 26.53 | 28.14 | 61.16 | - |
| YUV | 139.43 | 164.44 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 204 | 0.52 | 0.27 | 0 | 0.2 | 211.7 | 0.51 | 0.59 |
| Hex | 62 | 94 | CC | 34 | 1B | 0 | 14 | D4 | 33 | 3B |
| Octal | 142 | 224 | 314 | 64 | 33 | 0 | 24 | 324 | 63 | 73 |
| Binary | 1100010 | 10010100 | 11001100 | 110100 | 11011 | 0 | 10100 | 11010100 | 110011 | 111011 |
Color Harmonies of #6294CC
Complementary color
Monochromatic Colors of #6294CC
Black with #6294CC
Text Example
Text Example
White with #6294CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6294CC; }
p { color: rgb(98,148,204); }
H1.HeaderClassName
{
color: #6294CC;
}
.AnyTagClassName
{
color: #6294CC;
}
</style>
background-color css
<style>
a { background-color: #6294CC; }
a { background-color: rgb(98,148,204); }
div.DivClassName
{
background-color: #6294CC;
}
.BgClassName
{
background-color: #6294CC;
}
</style>
border-color css
<style>
span { border-color: #6294CC; }
span { border-color: rgb(98,148,204); }
td.TdClassName
{
border-color: #6294CC;
}
.TagClassName
{
border-color: #6294CC;
}
</style>