Shades of Pacific Blue #069DDD
Tints of Pacific Blue #069DDD
RGB
CMYK
RGB Variations
Color information
#069DDD (or 0x069DDD) is known color: Pacific Blue. HEX triplet: 06, 9D and DD. RGB value is (6,157,221). Sum of RGB (Red+Green+Blue) = 6+157+221=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #069DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069DDD is #F96222. Grayscale: #767676. Windows color (decimal): -16343587 or 14523654. OLE color: 14523654.
HSL color Cylindrical-coordinate representation of color #069DDD: hue angle of 197.86º 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 #069DDD is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 157 | 221 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.13 |
| HSL | 197.86º | 0.95% | 0.45% | - |
| HSV(B) | 197.86º | 0.97% | 0.87% | - |
| XYZ | 25.18 | 29.37 | 72.75 | - |
| YUV | 119.15 | 185.47 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 221 | 0.97 | 0.29 | 0 | 0.13 | 197.86 | 0.95 | 0.45 |
| Hex | 6 | 9D | DD | 61 | 1D | 0 | D | C6 | 5F | 2D |
| Octal | 6 | 235 | 335 | 141 | 35 | 0 | 15 | 306 | 137 | 55 |
| Binary | 110 | 10011101 | 11011101 | 1100001 | 11101 | 0 | 1101 | 11000110 | 1011111 | 101101 |
Color Harmonies of #069DDD
Complementary color
Monochromatic Colors of #069DDD
Black with #069DDD
Text Example
Text Example
White with #069DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069DDD; }
p { color: rgb(6,157,221); }
H1.HeaderClassName
{
color: #069DDD;
}
.AnyTagClassName
{
color: #069DDD;
}
</style>
background-color css
<style>
a { background-color: #069DDD; }
a { background-color: rgb(6,157,221); }
div.DivClassName
{
background-color: #069DDD;
}
.BgClassName
{
background-color: #069DDD;
}
</style>
border-color css
<style>
span { border-color: #069DDD; }
span { border-color: rgb(6,157,221); }
td.TdClassName
{
border-color: #069DDD;
}
.TagClassName
{
border-color: #069DDD;
}
</style>