Shades of Persian Blue #0642DA
Tints of Persian Blue #0642DA
RGB
CMYK
RGB Variations
Color information
#0642DA (or 0x0642DA) is known color: Persian Blue. HEX triplet: 06, 42 and DA. RGB value is (6,66,218). Sum of RGB (Red+Green+Blue) = 6+66+218=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 218 (85.55% from 255 or 75.17% from 290); Max value from RGB is 218 - color contains mainly: blue. Hex color #0642DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0642DA is #F9BD25. Grayscale: #404040. Windows color (decimal): -16366886 or 14303750. OLE color: 14303750.
HSL color Cylindrical-coordinate representation of color #0642DA: hue angle of 223.02º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0642DA is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 66 | 218 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.15 |
| HSL | 223.02º | 0.95% | 0.44% | - |
| HSV(B) | 223.02º | 0.97% | 0.85% | - |
| XYZ | 14.68 | 9 | 67.29 | - |
| YUV | 65.39 | 214.12 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 218 | 0.97 | 0.70 | 0 | 0.15 | 223.02 | 0.95 | 0.44 |
| Hex | 6 | 42 | DA | 61 | 46 | 0 | F | DF | 5F | 2C |
| Octal | 6 | 102 | 332 | 141 | 106 | 0 | 17 | 337 | 137 | 54 |
| Binary | 110 | 1000010 | 11011010 | 1100001 | 1000110 | 0 | 1111 | 11011111 | 1011111 | 101100 |
Color Harmonies of #0642DA
Complementary color
Monochromatic Colors of #0642DA
Black with #0642DA
Text Example
Text Example
White with #0642DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0642DA; }
p { color: rgb(6,66,218); }
H1.HeaderClassName
{
color: #0642DA;
}
.AnyTagClassName
{
color: #0642DA;
}
</style>
background-color css
<style>
a { background-color: #0642DA; }
a { background-color: rgb(6,66,218); }
div.DivClassName
{
background-color: #0642DA;
}
.BgClassName
{
background-color: #0642DA;
}
</style>
border-color css
<style>
span { border-color: #0642DA; }
span { border-color: rgb(6,66,218); }
td.TdClassName
{
border-color: #0642DA;
}
.TagClassName
{
border-color: #0642DA;
}
</style>