Shades of Pacific Blue #069CDC
Tints of Pacific Blue #069CDC
RGB
CMYK
RGB Variations
Color information
#069CDC (or 0x069CDC) is known color: Pacific Blue. HEX triplet: 06, 9C and DC. RGB value is (6,156,220). Sum of RGB (Red+Green+Blue) = 6+156+220=382 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #069CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CDC is #F96323. Grayscale: #767676. Windows color (decimal): -16343844 or 14457862. OLE color: 14457862.
HSL color Cylindrical-coordinate representation of color #069CDC: hue angle of 197.94º 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 #069CDC is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 156 | 220 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.14 |
| HSL | 197.94º | 0.95% | 0.44% | - |
| HSV(B) | 197.94º | 0.97% | 0.86% | - |
| XYZ | 24.88 | 28.98 | 71.99 | - |
| YUV | 118.45 | 185.31 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 156 | 220 | 0.97 | 0.29 | 0 | 0.14 | 197.94 | 0.95 | 0.44 |
| Hex | 6 | 9C | DC | 61 | 1D | 0 | E | C6 | 5F | 2C |
| Octal | 6 | 234 | 334 | 141 | 35 | 0 | 16 | 306 | 137 | 54 |
| Binary | 110 | 10011100 | 11011100 | 1100001 | 11101 | 0 | 1110 | 11000110 | 1011111 | 101100 |
Color Harmonies of #069CDC
Complementary color
Monochromatic Colors of #069CDC
Black with #069CDC
Text Example
Text Example
White with #069CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069CDC; }
p { color: rgb(6,156,220); }
H1.HeaderClassName
{
color: #069CDC;
}
.AnyTagClassName
{
color: #069CDC;
}
</style>
background-color css
<style>
a { background-color: #069CDC; }
a { background-color: rgb(6,156,220); }
div.DivClassName
{
background-color: #069CDC;
}
.BgClassName
{
background-color: #069CDC;
}
</style>
border-color css
<style>
span { border-color: #069CDC; }
span { border-color: rgb(6,156,220); }
td.TdClassName
{
border-color: #069CDC;
}
.TagClassName
{
border-color: #069CDC;
}
</style>