Shades of Persian Blue #0643CE
Tints of Persian Blue #0643CE
RGB
CMYK
RGB Variations
Color information
#0643CE (or 0x0643CE) is known color: Persian Blue. HEX triplet: 06, 43 and CE. RGB value is (6,67,206). Sum of RGB (Red+Green+Blue) = 6+67+206=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #0643CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0643CE is #F9BC31. Grayscale: #3F3F3F. Windows color (decimal): -16366642 or 13517574. OLE color: 13517574.
HSL color Cylindrical-coordinate representation of color #0643CE: hue angle of 221.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0643CE is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 67 | 206 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.19 |
| HSL | 221.7º | 0.94% | 0.42% | - |
| HSV(B) | 221.7º | 0.97% | 0.81% | - |
| XYZ | 13.22 | 8.51 | 59.34 | - |
| YUV | 64.61 | 207.79 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 206 | 0.97 | 0.67 | 0 | 0.19 | 221.7 | 0.94 | 0.42 |
| Hex | 6 | 43 | CE | 61 | 43 | 0 | 13 | DE | 5E | 2A |
| Octal | 6 | 103 | 316 | 141 | 103 | 0 | 23 | 336 | 136 | 52 |
| Binary | 110 | 1000011 | 11001110 | 1100001 | 1000011 | 0 | 10011 | 11011110 | 1011110 | 101010 |
Color Harmonies of #0643CE
Complementary color
Monochromatic Colors of #0643CE
Black with #0643CE
Text Example
Text Example
White with #0643CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0643CE; }
p { color: rgb(6,67,206); }
H1.HeaderClassName
{
color: #0643CE;
}
.AnyTagClassName
{
color: #0643CE;
}
</style>
background-color css
<style>
a { background-color: #0643CE; }
a { background-color: rgb(6,67,206); }
div.DivClassName
{
background-color: #0643CE;
}
.BgClassName
{
background-color: #0643CE;
}
</style>
border-color css
<style>
span { border-color: #0643CE; }
span { border-color: rgb(6,67,206); }
td.TdClassName
{
border-color: #0643CE;
}
.TagClassName
{
border-color: #0643CE;
}
</style>