#0687CB

Color #0687CB Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0687CB

Tints of Pacific Blue #0687CB

Color information

#0687CB (or 0x0687CB) is unknown color: approx Pacific Blue. HEX triplet: 06, 87 and CB. RGB value is (6,135,203). Sum of RGB (Red+Green+Blue) = 6+135+203=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #0687CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0687CB is #F97834. Grayscale: #676767. Windows color (decimal): -16349237 or 13338374. OLE color: 13338374.

HSL color Cylindrical-coordinate representation of color #0687CB: hue angle of 200.71º 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 #0687CB is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6135203-
CMYK0.970.3300.20
HSL200.71º94.26%40.98%-
HSV(B)200.71º97.04%79.61%-
XYZ19.5221.6859.66-
YUV104.18183.7657.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.74%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 203 (79.69% from 255) = 59.01%
R=1.74%
G=39.24%
B=59.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61352030.970.3300.20200.7194.2640.98
Hex687CB6121014c95e29
Octal62073131414102431113651
Binary11010000111110010111100001100001010100110010011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0687CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0687CB; }

 p { color: rgb(6,135,203); }

 H1.HeaderClassName
 {
   color: #0687CB;
 }
 .AnyTagClassName
 {
   color: #0687CB;
 }
</style>
background-color css

<style>
 a { background-color: #0687CB; }

 a { background-color: rgb(6,135,203); }

 div.DivClassName
 {
   background-color: #0687CB;
 }
 .BgClassName
 {
   background-color: #0687CB;
 }
</style>
border-color css

<style>
 span { border-color: #0687CB; }

 span { border-color: rgb(6,135,203); }

 td.TdClassName
 {
   border-color: #0687CB;
 }
 .TagClassName
 {
   border-color: #0687CB;
 }
</style>