Shades of Pacific Blue #0693DC
Tints of Pacific Blue #0693DC
RGB
CMYK
RGB Variations
Color information
#0693DC (or 0x0693DC) is known color: Pacific Blue. HEX triplet: 06, 93 and DC. RGB value is (6,147,220). Sum of RGB (Red+Green+Blue) = 6+147+220=373 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #0693DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0693DC is #F96C23. Grayscale: #707070. Windows color (decimal): -16346148 or 14455558. OLE color: 14455558.
HSL color Cylindrical-coordinate representation of color #0693DC: hue angle of 200.47º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0693DC is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 147 | 220 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.14 |
| HSL | 200.47º | 0.95% | 0.44% | - |
| HSV(B) | 200.47º | 0.97% | 0.86% | - |
| XYZ | 23.43 | 26.07 | 71.51 | - |
| YUV | 113.16 | 188.29 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 147 | 220 | 0.97 | 0.33 | 0 | 0.14 | 200.47 | 0.95 | 0.44 |
| Hex | 6 | 93 | DC | 61 | 21 | 0 | E | C8 | 5F | 2C |
| Octal | 6 | 223 | 334 | 141 | 41 | 0 | 16 | 310 | 137 | 54 |
| Binary | 110 | 10010011 | 11011100 | 1100001 | 100001 | 0 | 1110 | 11001000 | 1011111 | 101100 |
Color Harmonies of #0693DC
Complementary color
Monochromatic Colors of #0693DC
Black with #0693DC
Text Example
Text Example
White with #0693DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0693DC; }
p { color: rgb(6,147,220); }
H1.HeaderClassName
{
color: #0693DC;
}
.AnyTagClassName
{
color: #0693DC;
}
</style>
background-color css
<style>
a { background-color: #0693DC; }
a { background-color: rgb(6,147,220); }
div.DivClassName
{
background-color: #0693DC;
}
.BgClassName
{
background-color: #0693DC;
}
</style>
border-color css
<style>
span { border-color: #0693DC; }
span { border-color: rgb(6,147,220); }
td.TdClassName
{
border-color: #0693DC;
}
.TagClassName
{
border-color: #0693DC;
}
</style>