Shades of Pacific Blue #0685CC
Tints of Pacific Blue #0685CC
RGB
CMYK
RGB Variations
Color information
#0685CC (or 0x0685CC) is known color: Pacific Blue. HEX triplet: 06, 85 and CC. RGB value is (6,133,204). Sum of RGB (Red+Green+Blue) = 6+133+204=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #0685CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0685CC is #F97A33. Grayscale: #666666. Windows color (decimal): -16349748 or 13403398. OLE color: 13403398.
HSL color Cylindrical-coordinate representation of color #0685CC: hue angle of 201.52º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0685CC is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 133 | 204 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.2 |
| HSL | 201.52º | 0.94% | 0.41% | - |
| HSV(B) | 201.52º | 0.97% | 0.8% | - |
| XYZ | 19.36 | 21.17 | 60.19 | - |
| YUV | 103.12 | 184.92 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 204 | 0.97 | 0.35 | 0 | 0.2 | 201.52 | 0.94 | 0.41 |
| Hex | 6 | 85 | CC | 61 | 23 | 0 | 14 | CA | 5E | 29 |
| Octal | 6 | 205 | 314 | 141 | 43 | 0 | 24 | 312 | 136 | 51 |
| Binary | 110 | 10000101 | 11001100 | 1100001 | 100011 | 0 | 10100 | 11001010 | 1011110 | 101001 |
Color Harmonies of #0685CC
Complementary color
Monochromatic Colors of #0685CC
Black with #0685CC
Text Example
Text Example
White with #0685CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0685CC; }
p { color: rgb(6,133,204); }
H1.HeaderClassName
{
color: #0685CC;
}
.AnyTagClassName
{
color: #0685CC;
}
</style>
background-color css
<style>
a { background-color: #0685CC; }
a { background-color: rgb(6,133,204); }
div.DivClassName
{
background-color: #0685CC;
}
.BgClassName
{
background-color: #0685CC;
}
</style>
border-color css
<style>
span { border-color: #0685CC; }
span { border-color: rgb(6,133,204); }
td.TdClassName
{
border-color: #0685CC;
}
.TagClassName
{
border-color: #0685CC;
}
</style>