Html Css Color HEX #0687DB Pacific Blue

📋 copy color: '#0687DB'

red 6 ◦ green 135 ◦ blue 219

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

Shades of Pacific Blue #0687DB

Tints of Pacific Blue #0687DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.5%

 BLUE value IS 219 (85.94% from 255) = 60.83%

R = 1.67%
G = 37.5%
B = 60.83%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0687DB (or 0x0687DB) is known color: Pacific Blue. HEX triplet: 06, 87 and DB. RGB value is (6,135,219). Sum of RGB (Red+Green+Blue) = 6+135+219=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #0687DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0687DB is #F97824. Grayscale: #696969. Windows color (decimal): -16349221 or 14386950. OLE color: 14386950.

HSL color Cylindrical-coordinate representation of color #0687DB: hue angle of 203.66º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0687DB is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 135 219 -
CMYK 0.97 0.38 0 0.14
HSL 203.66º 0.95% 0.44% -
HSV(B) 203.66º 0.97% 0.86% -
XYZ 21.53 22.48 70.22 -
YUV 106.01 191.76 56.67 -
System Red Green Blue C M Y K H S L
Decimal 6 135 219 0.97 0.38 0 0.14 203.66 0.95 0.44
Hex 6 87 DB 61 26 0 E CC 5F 2C
Octal 6 207 333 141 46 0 16 314 137 54
Binary 110 10000111 11011011 1100001 100110 0 1110 11001100 1011111 101100

Color Harmonies of #0687DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0687DB

Black with #0687DB

Text Example


Text Example

White with #0687DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0687DB;
 }
 .AnyTagClassName
 {
   color: #0687DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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