Shades of Pacific Blue #068CDB
Tints of Pacific Blue #068CDB
RGB
CMYK
RGB Variations
Color information
#068CDB (or 0x068CDB) is known color: Pacific Blue. HEX triplet: 06, 8C and DB. RGB value is (6,140,219). Sum of RGB (Red+Green+Blue) = 6+140+219=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #068CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068CDB is #F97324. Grayscale: #6C6C6C. Windows color (decimal): -16347941 or 14388230. OLE color: 14388230.
HSL color Cylindrical-coordinate representation of color #068CDB: hue angle of 202.25º 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 #068CDB is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 140 | 219 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.14 |
| HSL | 202.25º | 0.95% | 0.44% | - |
| HSV(B) | 202.25º | 0.97% | 0.86% | - |
| XYZ | 22.24 | 23.91 | 70.46 | - |
| YUV | 108.94 | 190.11 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 219 | 0.97 | 0.36 | 0 | 0.14 | 202.25 | 0.95 | 0.44 |
| Hex | 6 | 8C | DB | 61 | 24 | 0 | E | CA | 5F | 2C |
| Octal | 6 | 214 | 333 | 141 | 44 | 0 | 16 | 312 | 137 | 54 |
| Binary | 110 | 10001100 | 11011011 | 1100001 | 100100 | 0 | 1110 | 11001010 | 1011111 | 101100 |
Color Harmonies of #068CDB
Complementary color
Monochromatic Colors of #068CDB
Black with #068CDB
Text Example
Text Example
White with #068CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068CDB; }
p { color: rgb(6,140,219); }
H1.HeaderClassName
{
color: #068CDB;
}
.AnyTagClassName
{
color: #068CDB;
}
</style>
background-color css
<style>
a { background-color: #068CDB; }
a { background-color: rgb(6,140,219); }
div.DivClassName
{
background-color: #068CDB;
}
.BgClassName
{
background-color: #068CDB;
}
</style>
border-color css
<style>
span { border-color: #068CDB; }
span { border-color: rgb(6,140,219); }
td.TdClassName
{
border-color: #068CDB;
}
.TagClassName
{
border-color: #068CDB;
}
</style>