Shades of Pacific Blue #0684CB
Tints of Pacific Blue #0684CB
RGB
CMYK
RGB Variations
Color information
#0684CB (or 0x0684CB) is known color: Pacific Blue. HEX triplet: 06, 84 and CB. RGB value is (6,132,203). Sum of RGB (Red+Green+Blue) = 6+132+203=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #0684CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0684CB is #F97B34. Grayscale: #666666. Windows color (decimal): -16350005 or 13337606. OLE color: 13337606.
HSL color Cylindrical-coordinate representation of color #0684CB: hue angle of 201.62º 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 #0684CB is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 132 | 203 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.20 |
| HSL | 201.62º | 0.94% | 0.41% | - |
| HSV(B) | 201.62º | 0.97% | 0.8% | - |
| XYZ | 19.11 | 20.85 | 59.52 | - |
| YUV | 102.42 | 184.76 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 132 | 203 | 0.97 | 0.35 | 0 | 0.20 | 201.62 | 0.94 | 0.41 |
| Hex | 6 | 84 | CB | 61 | 23 | 0 | 14 | CA | 5E | 29 |
| Octal | 6 | 204 | 313 | 141 | 43 | 0 | 24 | 312 | 136 | 51 |
| Binary | 110 | 10000100 | 11001011 | 1100001 | 100011 | 0 | 10100 | 11001010 | 1011110 | 101001 |
Color Harmonies of #0684CB
Complementary color
Monochromatic Colors of #0684CB
Black with #0684CB
Text Example
Text Example
White with #0684CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0684CB; }
p { color: rgb(6,132,203); }
H1.HeaderClassName
{
color: #0684CB;
}
.AnyTagClassName
{
color: #0684CB;
}
</style>
background-color css
<style>
a { background-color: #0684CB; }
a { background-color: rgb(6,132,203); }
div.DivClassName
{
background-color: #0684CB;
}
.BgClassName
{
background-color: #0684CB;
}
</style>
border-color css
<style>
span { border-color: #0684CB; }
span { border-color: rgb(6,132,203); }
td.TdClassName
{
border-color: #0684CB;
}
.TagClassName
{
border-color: #0684CB;
}
</style>