Shades of Pacific Blue #0693CA
Tints of Pacific Blue #0693CA
RGB
CMYK
RGB Variations
Color information
#0693CA (or 0x0693CA) is known color: Pacific Blue. HEX triplet: 06, 93 and CA. RGB value is (6,147,202). Sum of RGB (Red+Green+Blue) = 6+147+202=355 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #0693CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0693CA is #F96C35. Grayscale: #6E6E6E. Windows color (decimal): -16346166 or 13275910. OLE color: 13275910.
HSL color Cylindrical-coordinate representation of color #0693CA: hue angle of 196.84º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0693CA is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 147 | 202 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.21 |
| HSL | 196.84º | 0.94% | 0.41% | - |
| HSV(B) | 196.84º | 0.97% | 0.79% | - |
| XYZ | 21.17 | 25.17 | 59.62 | - |
| YUV | 111.11 | 179.29 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 147 | 202 | 0.97 | 0.27 | 0 | 0.21 | 196.84 | 0.94 | 0.41 |
| Hex | 6 | 93 | CA | 61 | 1B | 0 | 15 | C5 | 5E | 29 |
| Octal | 6 | 223 | 312 | 141 | 33 | 0 | 25 | 305 | 136 | 51 |
| Binary | 110 | 10010011 | 11001010 | 1100001 | 11011 | 0 | 10101 | 11000101 | 1011110 | 101001 |
Color Harmonies of #0693CA
Complementary color
Monochromatic Colors of #0693CA
Black with #0693CA
Text Example
Text Example
White with #0693CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0693CA; }
p { color: rgb(6,147,202); }
H1.HeaderClassName
{
color: #0693CA;
}
.AnyTagClassName
{
color: #0693CA;
}
</style>
background-color css
<style>
a { background-color: #0693CA; }
a { background-color: rgb(6,147,202); }
div.DivClassName
{
background-color: #0693CA;
}
.BgClassName
{
background-color: #0693CA;
}
</style>
border-color css
<style>
span { border-color: #0693CA; }
span { border-color: rgb(6,147,202); }
td.TdClassName
{
border-color: #0693CA;
}
.TagClassName
{
border-color: #0693CA;
}
</style>