Shades of Pacific Blue #069CE5
Tints of Pacific Blue #069CE5
RGB
CMYK
RGB Variations
Color information
#069CE5 (or 0x069CE5) is known color: Pacific Blue. HEX triplet: 06, 9C and E5. RGB value is (6,156,229). Sum of RGB (Red+Green+Blue) = 6+156+229=391 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #069CE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CE5 is #F9631A. Grayscale: #777777. Windows color (decimal): -16343835 or 15047686. OLE color: 15047686.
HSL color Cylindrical-coordinate representation of color #069CE5: hue angle of 199.64º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069CE5 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 156 | 229 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.10 |
| HSL | 199.64º | 0.95% | 0.46% | - |
| HSV(B) | 199.64º | 0.97% | 0.9% | - |
| XYZ | 26.11 | 29.47 | 78.44 | - |
| YUV | 119.47 | 189.81 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 156 | 229 | 0.97 | 0.32 | 0 | 0.10 | 199.64 | 0.95 | 0.46 |
| Hex | 6 | 9C | E5 | 61 | 20 | 0 | A | C8 | 5F | 2E |
| Octal | 6 | 234 | 345 | 141 | 40 | 0 | 12 | 310 | 137 | 56 |
| Binary | 110 | 10011100 | 11100101 | 1100001 | 100000 | 0 | 1010 | 11001000 | 1011111 | 101110 |
Color Harmonies of #069CE5
Complementary color
Monochromatic Colors of #069CE5
Black with #069CE5
Text Example
Text Example
White with #069CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069CE5; }
p { color: rgb(6,156,229); }
H1.HeaderClassName
{
color: #069CE5;
}
.AnyTagClassName
{
color: #069CE5;
}
</style>
background-color css
<style>
a { background-color: #069CE5; }
a { background-color: rgb(6,156,229); }
div.DivClassName
{
background-color: #069CE5;
}
.BgClassName
{
background-color: #069CE5;
}
</style>
border-color css
<style>
span { border-color: #069CE5; }
span { border-color: rgb(6,156,229); }
td.TdClassName
{
border-color: #069CE5;
}
.TagClassName
{
border-color: #069CE5;
}
</style>