Shades of Picton Blue #6497C8
Tints of Picton Blue #6497C8
RGB
CMYK
RGB Variations
Color information
#6497C8 (or 0x6497C8) is known color: Picton Blue. HEX triplet: 64, 97 and C8. RGB value is (100,151,200). Sum of RGB (Red+Green+Blue) = 100+151+200=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: blue. Hex color #6497C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497C8 is #9B6837. Grayscale: #8D8D8D. Windows color (decimal): -10184760 or 13145956. OLE color: 13145956.
HSL color Cylindrical-coordinate representation of color #6497C8: hue angle of 209.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6497C8 is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 151 | 200 | - |
| CMYK | 0.5 | 0.24 | 0 | 0.22 |
| HSL | 209.4º | 0.48% | 0.59% | - |
| HSV(B) | 209.4º | 0.5% | 0.78% | - |
| XYZ | 26.75 | 29.01 | 58.83 | - |
| YUV | 141.34 | 161.1 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 200 | 0.5 | 0.24 | 0 | 0.22 | 209.4 | 0.48 | 0.59 |
| Hex | 64 | 97 | C8 | 32 | 18 | 0 | 16 | D1 | 30 | 3B |
| Octal | 144 | 227 | 310 | 62 | 30 | 0 | 26 | 321 | 60 | 73 |
| Binary | 1100100 | 10010111 | 11001000 | 110010 | 11000 | 0 | 10110 | 11010001 | 110000 | 111011 |
Color Harmonies of #6497C8
Complementary color
Monochromatic Colors of #6497C8
Black with #6497C8
Text Example
Text Example
White with #6497C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6497C8; }
p { color: rgb(100,151,200); }
H1.HeaderClassName
{
color: #6497C8;
}
.AnyTagClassName
{
color: #6497C8;
}
</style>
background-color css
<style>
a { background-color: #6497C8; }
a { background-color: rgb(100,151,200); }
div.DivClassName
{
background-color: #6497C8;
}
.BgClassName
{
background-color: #6497C8;
}
</style>
border-color css
<style>
span { border-color: #6497C8; }
span { border-color: rgb(100,151,200); }
td.TdClassName
{
border-color: #6497C8;
}
.TagClassName
{
border-color: #6497C8;
}
</style>