Html Css Color HEX #0689DA Pacific Blue

📋 copy color: '#0689DA'

red 6 ◦ green 137 ◦ blue 218

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

Shades of Pacific Blue #0689DA

Tints of Pacific Blue #0689DA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

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

R = 1.66%
G = 37.95%
B = 60.39%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0689DA (or 0x0689DA) is known color: Pacific Blue. HEX triplet: 06, 89 and DA. RGB value is (6,137,218). Sum of RGB (Red+Green+Blue) = 6+137+218=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #0689DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0689DA is #F97625. Grayscale: #6A6A6A. Windows color (decimal): -16348710 or 14321926. OLE color: 14321926.

HSL color Cylindrical-coordinate representation of color #0689DA: hue angle of 202.92º 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 #0689DA is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 137 218 -
CMYK 0.97 0.37 0 0.15
HSL 202.92º 0.95% 0.44% -
HSV(B) 202.92º 0.97% 0.85% -
XYZ 21.68 22.99 69.63 -
YUV 107.07 190.6 55.91 -
System Red Green Blue C M Y K H S L
Decimal 6 137 218 0.97 0.37 0 0.15 202.92 0.95 0.44
Hex 6 89 DA 61 25 0 F CB 5F 2C
Octal 6 211 332 141 45 0 17 313 137 54
Binary 110 10001001 11011010 1100001 100101 0 1111 11001011 1011111 101100

Color Harmonies of #0689DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0689DA

Black with #0689DA

Text Example


Text Example

White with #0689DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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