Html Css Color HEX #0699BE Pacific Blue

📋 copy color: '#0699BE'

red 6 ◦ green 153 ◦ blue 190

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

Shades of Pacific Blue #0699BE

Tints of Pacific Blue #0699BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.44%

R = 1.72%
G = 43.84%
B = 54.44%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0699BE (or 0x0699BE) is known color: Pacific Blue. HEX triplet: 06, 99 and BE. RGB value is (6,153,190). Sum of RGB (Red+Green+Blue) = 6+153+190=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #0699BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0699BE is #F96641. Grayscale: #707070. Windows color (decimal): -16344642 or 12491014. OLE color: 12491014.

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

Color convert

RGB 6 153 190 -
CMYK 0.97 0.19 0 0.25
HSL 192.07º 0.94% 0.38% -
HSV(B) 192.07º 0.97% 0.75% -
XYZ 20.76 26.54 52.74 -
YUV 113.27 171.3 51.49 -
System Red Green Blue C M Y K H S L
Decimal 6 153 190 0.97 0.19 0 0.25 192.07 0.94 0.38
Hex 6 99 BE 61 13 0 19 C0 5E 26
Octal 6 231 276 141 23 0 31 300 136 46
Binary 110 10011001 10111110 1100001 10011 0 11001 11000000 1011110 100110

Color Harmonies of #0699BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0699BE

Black with #0699BE

Text Example


Text Example

White with #0699BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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