Shades of Pacific Blue #068CCE
Tints of Pacific Blue #068CCE
RGB
CMYK
RGB Variations
Color information
#068CCE (or 0x068CCE) is known color: Pacific Blue. HEX triplet: 06, 8C and CE. RGB value is (6,140,206). Sum of RGB (Red+Green+Blue) = 6+140+206=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #068CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068CCE is #F97331. Grayscale: #6B6B6B. Windows color (decimal): -16347954 or 13536262. OLE color: 13536262.
HSL color Cylindrical-coordinate representation of color #068CCE: hue angle of 199.8º 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 #068CCE is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 140 | 206 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.19 |
| HSL | 199.8º | 0.94% | 0.42% | - |
| HSV(B) | 199.8º | 0.97% | 0.81% | - |
| XYZ | 20.59 | 23.25 | 61.8 | - |
| YUV | 107.46 | 183.61 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 206 | 0.97 | 0.32 | 0 | 0.19 | 199.8 | 0.94 | 0.42 |
| Hex | 6 | 8C | CE | 61 | 20 | 0 | 13 | C8 | 5E | 2A |
| Octal | 6 | 214 | 316 | 141 | 40 | 0 | 23 | 310 | 136 | 52 |
| Binary | 110 | 10001100 | 11001110 | 1100001 | 100000 | 0 | 10011 | 11001000 | 1011110 | 101010 |
Color Harmonies of #068CCE
Complementary color
Monochromatic Colors of #068CCE
Black with #068CCE
Text Example
Text Example
White with #068CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068CCE; }
p { color: rgb(6,140,206); }
H1.HeaderClassName
{
color: #068CCE;
}
.AnyTagClassName
{
color: #068CCE;
}
</style>
background-color css
<style>
a { background-color: #068CCE; }
a { background-color: rgb(6,140,206); }
div.DivClassName
{
background-color: #068CCE;
}
.BgClassName
{
background-color: #068CCE;
}
</style>
border-color css
<style>
span { border-color: #068CCE; }
span { border-color: rgb(6,140,206); }
td.TdClassName
{
border-color: #068CCE;
}
.TagClassName
{
border-color: #068CCE;
}
</style>