Shades of Picton Blue #6395CE
Tints of Picton Blue #6395CE
RGB
CMYK
RGB Variations
Color information
#6395CE (or 0x6395CE) is known color: Picton Blue. HEX triplet: 63, 95 and CE. RGB value is (99,149,206). Sum of RGB (Red+Green+Blue) = 99+149+206=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #6395CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6395CE is #9C6A31. Grayscale: #8C8C8C. Windows color (decimal): -10250802 or 13538659. OLE color: 13538659.
HSL color Cylindrical-coordinate representation of color #6395CE: hue angle of 211.96º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6395CE is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 149 | 206 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.19 |
| HSL | 211.96º | 0.52% | 0.6% | - |
| HSV(B) | 211.96º | 0.52% | 0.81% | - |
| XYZ | 27.03 | 28.6 | 62.49 | - |
| YUV | 140.55 | 164.94 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 206 | 0.52 | 0.28 | 0 | 0.19 | 211.96 | 0.52 | 0.6 |
| Hex | 63 | 95 | CE | 34 | 1C | 0 | 13 | D4 | 34 | 3C |
| Octal | 143 | 225 | 316 | 64 | 34 | 0 | 23 | 324 | 64 | 74 |
| Binary | 1100011 | 10010101 | 11001110 | 110100 | 11100 | 0 | 10011 | 11010100 | 110100 | 111100 |
Color Harmonies of #6395CE
Complementary color
Monochromatic Colors of #6395CE
Black with #6395CE
Text Example
Text Example
White with #6395CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6395CE; }
p { color: rgb(99,149,206); }
H1.HeaderClassName
{
color: #6395CE;
}
.AnyTagClassName
{
color: #6395CE;
}
</style>
background-color css
<style>
a { background-color: #6395CE; }
a { background-color: rgb(99,149,206); }
div.DivClassName
{
background-color: #6395CE;
}
.BgClassName
{
background-color: #6395CE;
}
</style>
border-color css
<style>
span { border-color: #6395CE; }
span { border-color: rgb(99,149,206); }
td.TdClassName
{
border-color: #6395CE;
}
.TagClassName
{
border-color: #6395CE;
}
</style>