Shades of Pacific Blue #0699E4
Tints of Pacific Blue #0699E4
RGB
CMYK
RGB Variations
Color information
#0699E4 (or 0x0699E4) is known color: Pacific Blue. HEX triplet: 06, 99 and E4. RGB value is (6,153,228). Sum of RGB (Red+Green+Blue) = 6+153+228=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 228 (89.45% from 255 or 58.91% from 387); Max value from RGB is 228 - color contains mainly: blue. Hex color #0699E4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0699E4 is #F9661B. Grayscale: #757575. Windows color (decimal): -16344604 or 14981382. OLE color: 14981382.
HSL color Cylindrical-coordinate representation of color #0699E4: hue angle of 200.27º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0699E4 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 153 | 228 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.11 |
| HSL | 200.27º | 0.95% | 0.46% | - |
| HSV(B) | 200.27º | 0.97% | 0.89% | - |
| XYZ | 25.47 | 28.42 | 77.54 | - |
| YUV | 117.6 | 190.3 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 228 | 0.97 | 0.33 | 0 | 0.11 | 200.27 | 0.95 | 0.46 |
| Hex | 6 | 99 | E4 | 61 | 21 | 0 | B | C8 | 5F | 2E |
| Octal | 6 | 231 | 344 | 141 | 41 | 0 | 13 | 310 | 137 | 56 |
| Binary | 110 | 10011001 | 11100100 | 1100001 | 100001 | 0 | 1011 | 11001000 | 1011111 | 101110 |
Color Harmonies of #0699E4
Complementary color
Monochromatic Colors of #0699E4
Black with #0699E4
Text Example
Text Example
White with #0699E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0699E4; }
p { color: rgb(6,153,228); }
H1.HeaderClassName
{
color: #0699E4;
}
.AnyTagClassName
{
color: #0699E4;
}
</style>
background-color css
<style>
a { background-color: #0699E4; }
a { background-color: rgb(6,153,228); }
div.DivClassName
{
background-color: #0699E4;
}
.BgClassName
{
background-color: #0699E4;
}
</style>
border-color css
<style>
span { border-color: #0699E4; }
span { border-color: rgb(6,153,228); }
td.TdClassName
{
border-color: #0699E4;
}
.TagClassName
{
border-color: #0699E4;
}
</style>