Shades of Pacific Blue #0691CE
Tints of Pacific Blue #0691CE
RGB
CMYK
RGB Variations
Color information
#0691CE (or 0x0691CE) is known color: Pacific Blue. HEX triplet: 06, 91 and CE. RGB value is (6,145,206). Sum of RGB (Red+Green+Blue) = 6+145+206=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #0691CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0691CE is #F96E31. Grayscale: #6E6E6E. Windows color (decimal): -16346674 or 13537542. OLE color: 13537542.
HSL color Cylindrical-coordinate representation of color #0691CE: hue angle of 198.3º 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 #0691CE is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 145 | 206 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.19 |
| HSL | 198.3º | 0.94% | 0.42% | - |
| HSV(B) | 198.3º | 0.97% | 0.81% | - |
| XYZ | 21.34 | 24.75 | 62.04 | - |
| YUV | 110.39 | 181.95 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 206 | 0.97 | 0.30 | 0 | 0.19 | 198.3 | 0.94 | 0.42 |
| Hex | 6 | 91 | CE | 61 | 1E | 0 | 13 | C6 | 5E | 2A |
| Octal | 6 | 221 | 316 | 141 | 36 | 0 | 23 | 306 | 136 | 52 |
| Binary | 110 | 10010001 | 11001110 | 1100001 | 11110 | 0 | 10011 | 11000110 | 1011110 | 101010 |
Color Harmonies of #0691CE
Complementary color
Monochromatic Colors of #0691CE
Black with #0691CE
Text Example
Text Example
White with #0691CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0691CE; }
p { color: rgb(6,145,206); }
H1.HeaderClassName
{
color: #0691CE;
}
.AnyTagClassName
{
color: #0691CE;
}
</style>
background-color css
<style>
a { background-color: #0691CE; }
a { background-color: rgb(6,145,206); }
div.DivClassName
{
background-color: #0691CE;
}
.BgClassName
{
background-color: #0691CE;
}
</style>
border-color css
<style>
span { border-color: #0691CE; }
span { border-color: rgb(6,145,206); }
td.TdClassName
{
border-color: #0691CE;
}
.TagClassName
{
border-color: #0691CE;
}
</style>