#0686CB

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

Shades of Pacific Blue #0686CB

Tints of Pacific Blue #0686CB

Color information

#0686CB (or 0x0686CB) is unknown color: approx Pacific Blue. HEX triplet: 06, 86 and CB. RGB value is (6,134,203). Sum of RGB (Red+Green+Blue) = 6+134+203=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #0686CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0686CB is #F97934. Grayscale: #676767. Windows color (decimal): -16349493 or 13338118. OLE color: 13338118.

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

Color convert

RGB6134203-
CMYK0.970.3400.20
HSL201.02º94.26%40.98%-
HSV(B)201.02º97.04%79.61%-
XYZ19.3821.459.61-
YUV103.59184.0958.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.75%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 203 (79.69% from 255) = 59.18%
R=1.75%
G=39.07%
B=59.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61342030.970.3400.20201.0294.2640.98
Hex686CB6122014c95e29
Octal62063131414202431113651
Binary11010000110110010111100001100010010100110010011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0686CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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