Html Css Color HEX #0699BD Pacific Blue

📋 copy color: '#0699BD'

red 6 ◦ green 153 ◦ blue 189

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

Shades of Pacific Blue #0699BD

Tints of Pacific Blue #0699BD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.97%

 BLUE value IS 189 (74.22% from 255) = 54.31%

R = 1.72%
G = 43.97%
B = 54.31%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0699BD (or 0x0699BD) is known color: Pacific Blue. HEX triplet: 06, 99 and BD. RGB value is (6,153,189). Sum of RGB (Red+Green+Blue) = 6+153+189=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #0699BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0699BD is #F96642. Grayscale: #707070. Windows color (decimal): -16344643 or 12425478. OLE color: 12425478.

HSL color Cylindrical-coordinate representation of color #0699BD: hue angle of 191.8º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0699BD is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 153 189 -
CMYK 0.97 0.19 0 0.26
HSL 191.8º 0.94% 0.38% -
HSV(B) 191.8º 0.97% 0.74% -
XYZ 20.65 26.5 52.17 -
YUV 113.15 170.8 51.57 -
System Red Green Blue C M Y K H S L
Decimal 6 153 189 0.97 0.19 0 0.26 191.8 0.94 0.38
Hex 6 99 BD 61 13 0 1A C0 5E 26
Octal 6 231 275 141 23 0 32 300 136 46
Binary 110 10011001 10111101 1100001 10011 0 11010 11000000 1011110 100110

Color Harmonies of #0699BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0699BD

Black with #0699BD

Text Example


Text Example

White with #0699BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0699BD; }

 p { color: rgb(6,153,189); }

 H1.HeaderClassName
 {
   color: #0699BD;
 }
 .AnyTagClassName
 {
   color: #0699BD;
 }
</style>

background-color css

<style>
 a { background-color: #0699BD; }

 a { background-color: rgb(6,153,189); }

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

border-color css

<style>
 span { border-color: #0699BD; }

 span { border-color: rgb(6,153,189); }

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