Shades of Pacific Blue #069BDC
Tints of Pacific Blue #069BDC
RGB
CMYK
RGB Variations
Color information
#069BDC (or 0x069BDC) is known color: Pacific Blue. HEX triplet: 06, 9B and DC. RGB value is (6,155,220). Sum of RGB (Red+Green+Blue) = 6+155+220=381 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #069BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069BDC is #F96423. Grayscale: #757575. Windows color (decimal): -16344100 or 14457606. OLE color: 14457606.
HSL color Cylindrical-coordinate representation of color #069BDC: hue angle of 198.22º 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 #069BDC is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 155 | 220 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.14 |
| HSL | 198.22º | 0.95% | 0.44% | - |
| HSV(B) | 198.22º | 0.97% | 0.86% | - |
| XYZ | 24.71 | 28.65 | 71.94 | - |
| YUV | 117.86 | 185.64 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 220 | 0.97 | 0.30 | 0 | 0.14 | 198.22 | 0.95 | 0.44 |
| Hex | 6 | 9B | DC | 61 | 1E | 0 | E | C6 | 5F | 2C |
| Octal | 6 | 233 | 334 | 141 | 36 | 0 | 16 | 306 | 137 | 54 |
| Binary | 110 | 10011011 | 11011100 | 1100001 | 11110 | 0 | 1110 | 11000110 | 1011111 | 101100 |
Color Harmonies of #069BDC
Complementary color
Monochromatic Colors of #069BDC
Black with #069BDC
Text Example
Text Example
White with #069BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BDC; }
p { color: rgb(6,155,220); }
H1.HeaderClassName
{
color: #069BDC;
}
.AnyTagClassName
{
color: #069BDC;
}
</style>
background-color css
<style>
a { background-color: #069BDC; }
a { background-color: rgb(6,155,220); }
div.DivClassName
{
background-color: #069BDC;
}
.BgClassName
{
background-color: #069BDC;
}
</style>
border-color css
<style>
span { border-color: #069BDC; }
span { border-color: rgb(6,155,220); }
td.TdClassName
{
border-color: #069BDC;
}
.TagClassName
{
border-color: #069BDC;
}
</style>