Shades of Picton Blue #6297CD
Tints of Picton Blue #6297CD
RGB
CMYK
RGB Variations
Color information
#6297CD (or 0x6297CD) is known color: Picton Blue. HEX triplet: 62, 97 and CD. RGB value is (98,151,205). Sum of RGB (Red+Green+Blue) = 98+151+205=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #6297CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6297CD is #9D6832. Grayscale: #8D8D8D. Windows color (decimal): -10315827 or 13473634. OLE color: 13473634.
HSL color Cylindrical-coordinate representation of color #6297CD: hue angle of 210.28º degrees, saturation: 0.52, 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 #6297CD is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 151 | 205 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.20 |
| HSL | 210.28º | 0.52% | 0.59% | - |
| HSV(B) | 210.28º | 0.52% | 0.8% | - |
| XYZ | 27.12 | 29.14 | 61.95 | - |
| YUV | 141.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 151 | 205 | 0.52 | 0.26 | 0 | 0.20 | 210.28 | 0.52 | 0.59 |
| Hex | 62 | 97 | CD | 34 | 1A | 0 | 14 | D2 | 34 | 3B |
| Octal | 142 | 227 | 315 | 64 | 32 | 0 | 24 | 322 | 64 | 73 |
| Binary | 1100010 | 10010111 | 11001101 | 110100 | 11010 | 0 | 10100 | 11010010 | 110100 | 111011 |
Color Harmonies of #6297CD
Complementary color
Monochromatic Colors of #6297CD
Black with #6297CD
Text Example
Text Example
White with #6297CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6297CD; }
p { color: rgb(98,151,205); }
H1.HeaderClassName
{
color: #6297CD;
}
.AnyTagClassName
{
color: #6297CD;
}
</style>
background-color css
<style>
a { background-color: #6297CD; }
a { background-color: rgb(98,151,205); }
div.DivClassName
{
background-color: #6297CD;
}
.BgClassName
{
background-color: #6297CD;
}
</style>
border-color css
<style>
span { border-color: #6297CD; }
span { border-color: rgb(98,151,205); }
td.TdClassName
{
border-color: #6297CD;
}
.TagClassName
{
border-color: #6297CD;
}
</style>