Shades of Picton Blue #6393D2
Tints of Picton Blue #6393D2
RGB
CMYK
RGB Variations
Color information
#6393D2 (or 0x6393D2) is known color: Picton Blue. HEX triplet: 63, 93 and D2. RGB value is (99,147,210). Sum of RGB (Red+Green+Blue) = 99+147+210=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #6393D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6393D2 is #9C6C2D. Grayscale: #8B8B8B. Windows color (decimal): -10251310 or 13800291. OLE color: 13800291.
HSL color Cylindrical-coordinate representation of color #6393D2: hue angle of 214.05º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6393D2 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 147 | 210 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.18 |
| HSL | 214.05º | 0.55% | 0.61% | - |
| HSV(B) | 214.05º | 0.53% | 0.82% | - |
| XYZ | 27.21 | 28.17 | 64.98 | - |
| YUV | 139.83 | 167.6 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 147 | 210 | 0.53 | 0.30 | 0 | 0.18 | 214.05 | 0.55 | 0.61 |
| Hex | 63 | 93 | D2 | 35 | 1E | 0 | 12 | D6 | 37 | 3D |
| Octal | 143 | 223 | 322 | 65 | 36 | 0 | 22 | 326 | 67 | 75 |
| Binary | 1100011 | 10010011 | 11010010 | 110101 | 11110 | 0 | 10010 | 11010110 | 110111 | 111101 |
Color Harmonies of #6393D2
Complementary color
Monochromatic Colors of #6393D2
Black with #6393D2
Text Example
Text Example
White with #6393D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6393D2; }
p { color: rgb(99,147,210); }
H1.HeaderClassName
{
color: #6393D2;
}
.AnyTagClassName
{
color: #6393D2;
}
</style>
background-color css
<style>
a { background-color: #6393D2; }
a { background-color: rgb(99,147,210); }
div.DivClassName
{
background-color: #6393D2;
}
.BgClassName
{
background-color: #6393D2;
}
</style>
border-color css
<style>
span { border-color: #6393D2; }
span { border-color: rgb(99,147,210); }
td.TdClassName
{
border-color: #6393D2;
}
.TagClassName
{
border-color: #6393D2;
}
</style>