Html Css Color HEX #0686DA Pacific Blue

📋 copy color: '#0686DA'

red 6 ◦ green 134 ◦ blue 218

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

Shades of Pacific Blue #0686DA

Tints of Pacific Blue #0686DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.89%

R = 1.68%
G = 37.43%
B = 60.89%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0686DA (or 0x0686DA) is known color: Pacific Blue. HEX triplet: 06, 86 and DA. RGB value is (6,134,218). Sum of RGB (Red+Green+Blue) = 6+134+218=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #0686DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0686DA is #F97925. Grayscale: #686868. Windows color (decimal): -16349478 or 14321158. OLE color: 14321158.

HSL color Cylindrical-coordinate representation of color #0686DA: hue angle of 203.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0686DA is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 134 218 -
CMYK 0.97 0.39 0 0.15
HSL 203.77º 0.95% 0.44% -
HSV(B) 203.77º 0.97% 0.85% -
XYZ 21.26 22.15 69.48 -
YUV 105.3 191.59 57.17 -
System Red Green Blue C M Y K H S L
Decimal 6 134 218 0.97 0.39 0 0.15 203.77 0.95 0.44
Hex 6 86 DA 61 27 0 F CC 5F 2C
Octal 6 206 332 141 47 0 17 314 137 54
Binary 110 10000110 11011010 1100001 100111 0 1111 11001100 1011111 101100

Color Harmonies of #0686DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0686DA

Black with #0686DA

Text Example


Text Example

White with #0686DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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