Shades of Pacific Blue #069BCE
Tints of Pacific Blue #069BCE
RGB
CMYK
RGB Variations
Color information
#069BCE (or 0x069BCE) is known color: Pacific Blue. HEX triplet: 06, 9B and CE. RGB value is (6,155,206). Sum of RGB (Red+Green+Blue) = 6+155+206=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #069BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069BCE is #F96431. Grayscale: #737373. Windows color (decimal): -16344114 or 13540102. OLE color: 13540102.
HSL color Cylindrical-coordinate representation of color #069BCE: hue angle of 195.3º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069BCE is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 155 | 206 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.19 |
| HSL | 195.3º | 0.94% | 0.42% | - |
| HSV(B) | 195.3º | 0.97% | 0.81% | - |
| XYZ | 22.94 | 27.94 | 62.58 | - |
| YUV | 116.26 | 178.64 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 206 | 0.97 | 0.25 | 0 | 0.19 | 195.3 | 0.94 | 0.42 |
| Hex | 6 | 9B | CE | 61 | 19 | 0 | 13 | C3 | 5E | 2A |
| Octal | 6 | 233 | 316 | 141 | 31 | 0 | 23 | 303 | 136 | 52 |
| Binary | 110 | 10011011 | 11001110 | 1100001 | 11001 | 0 | 10011 | 11000011 | 1011110 | 101010 |
Color Harmonies of #069BCE
Complementary color
Monochromatic Colors of #069BCE
Black with #069BCE
Text Example
Text Example
White with #069BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BCE; }
p { color: rgb(6,155,206); }
H1.HeaderClassName
{
color: #069BCE;
}
.AnyTagClassName
{
color: #069BCE;
}
</style>
background-color css
<style>
a { background-color: #069BCE; }
a { background-color: rgb(6,155,206); }
div.DivClassName
{
background-color: #069BCE;
}
.BgClassName
{
background-color: #069BCE;
}
</style>
border-color css
<style>
span { border-color: #069BCE; }
span { border-color: rgb(6,155,206); }
td.TdClassName
{
border-color: #069BCE;
}
.TagClassName
{
border-color: #069BCE;
}
</style>