Shades of Pacific Blue #0694DF
Tints of Pacific Blue #0694DF
RGB
CMYK
RGB Variations
Color information
#0694DF (or 0x0694DF) is known color: Pacific Blue. HEX triplet: 06, 94 and DF. RGB value is (6,148,223). Sum of RGB (Red+Green+Blue) = 6+148+223=377 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #0694DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0694DF is #F96B20. Grayscale: #717171. Windows color (decimal): -16345889 or 14652422. OLE color: 14652422.
HSL color Cylindrical-coordinate representation of color #0694DF: hue angle of 200.74º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0694DF is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 148 | 223 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.13 |
| HSL | 200.74º | 0.95% | 0.45% | - |
| HSV(B) | 200.74º | 0.97% | 0.87% | - |
| XYZ | 23.98 | 26.55 | 73.67 | - |
| YUV | 114.09 | 189.46 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 223 | 0.97 | 0.34 | 0 | 0.13 | 200.74 | 0.95 | 0.45 |
| Hex | 6 | 94 | DF | 61 | 22 | 0 | D | C9 | 5F | 2D |
| Octal | 6 | 224 | 337 | 141 | 42 | 0 | 15 | 311 | 137 | 55 |
| Binary | 110 | 10010100 | 11011111 | 1100001 | 100010 | 0 | 1101 | 11001001 | 1011111 | 101101 |
Color Harmonies of #0694DF
Complementary color
Monochromatic Colors of #0694DF
Black with #0694DF
Text Example
Text Example
White with #0694DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0694DF; }
p { color: rgb(6,148,223); }
H1.HeaderClassName
{
color: #0694DF;
}
.AnyTagClassName
{
color: #0694DF;
}
</style>
background-color css
<style>
a { background-color: #0694DF; }
a { background-color: rgb(6,148,223); }
div.DivClassName
{
background-color: #0694DF;
}
.BgClassName
{
background-color: #0694DF;
}
</style>
border-color css
<style>
span { border-color: #0694DF; }
span { border-color: rgb(6,148,223); }
td.TdClassName
{
border-color: #0694DF;
}
.TagClassName
{
border-color: #0694DF;
}
</style>