Shades of Pacific Blue #068ADC
Tints of Pacific Blue #068ADC
RGB
CMYK
RGB Variations
Color information
#068ADC (or 0x068ADC) is known color: Pacific Blue. HEX triplet: 06, 8A and DC. RGB value is (6,138,220). Sum of RGB (Red+Green+Blue) = 6+138+220=364 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #068ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068ADC is #F97523. Grayscale: #6B6B6B. Windows color (decimal): -16348452 or 14453254. OLE color: 14453254.
HSL color Cylindrical-coordinate representation of color #068ADC: hue angle of 202.99º 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 #068ADC is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 138 | 220 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.14 |
| HSL | 202.99º | 0.95% | 0.44% | - |
| HSV(B) | 202.99º | 0.97% | 0.86% | - |
| XYZ | 22.08 | 23.38 | 71.06 | - |
| YUV | 107.88 | 191.27 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 220 | 0.97 | 0.37 | 0 | 0.14 | 202.99 | 0.95 | 0.44 |
| Hex | 6 | 8A | DC | 61 | 25 | 0 | E | CB | 5F | 2C |
| Octal | 6 | 212 | 334 | 141 | 45 | 0 | 16 | 313 | 137 | 54 |
| Binary | 110 | 10001010 | 11011100 | 1100001 | 100101 | 0 | 1110 | 11001011 | 1011111 | 101100 |
Color Harmonies of #068ADC
Complementary color
Monochromatic Colors of #068ADC
Black with #068ADC
Text Example
Text Example
White with #068ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068ADC; }
p { color: rgb(6,138,220); }
H1.HeaderClassName
{
color: #068ADC;
}
.AnyTagClassName
{
color: #068ADC;
}
</style>
background-color css
<style>
a { background-color: #068ADC; }
a { background-color: rgb(6,138,220); }
div.DivClassName
{
background-color: #068ADC;
}
.BgClassName
{
background-color: #068ADC;
}
</style>
border-color css
<style>
span { border-color: #068ADC; }
span { border-color: rgb(6,138,220); }
td.TdClassName
{
border-color: #068ADC;
}
.TagClassName
{
border-color: #068ADC;
}
</style>