Html Css Color HEX #0686CC Pacific Blue

📋 copy color: '#0686CC'

red 6 ◦ green 134 ◦ blue 204

#0686CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #0686CC

Tints of Pacific Blue #0686CC

RGB

 RED value IS 6 (2.73% from 255) = 1.74%

 GREEN value IS 134 (52.73% from 255) = 38.95%

 BLUE value IS 204 (80.08% from 255) = 59.3%

R = 1.74%
G = 38.95%
B = 59.3%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0686CC (or 0x0686CC) is known color: Pacific Blue. HEX triplet: 06, 86 and CC. RGB value is (6,134,204). Sum of RGB (Red+Green+Blue) = 6+134+204=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #0686CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0686CC is #F97933. Grayscale: #676767. Windows color (decimal): -16349492 or 13403654. OLE color: 13403654.

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

Color convert

RGB 6 134 204 -
CMYK 0.97 0.34 0 0.2
HSL 201.21º 0.94% 0.41% -
HSV(B) 201.21º 0.97% 0.8% -
XYZ 19.5 21.45 60.24 -
YUV 103.71 184.59 58.31 -
System Red Green Blue C M Y K H S L
Decimal 6 134 204 0.97 0.34 0 0.2 201.21 0.94 0.41
Hex 6 86 CC 61 22 0 14 C9 5E 29
Octal 6 206 314 141 42 0 24 311 136 51
Binary 110 10000110 11001100 1100001 100010 0 10100 11001001 1011110 101001

Color Harmonies of #0686CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0686CC

Black with #0686CC

Text Example


Text Example

White with #0686CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0686CC;
 }
 .AnyTagClassName
 {
   color: #0686CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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