Html Css Color HEX #0697BE Pacific Blue

📋 copy color: '#0697BE'

red 6 ◦ green 151 ◦ blue 190

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

Shades of Pacific Blue #0697BE

Tints of Pacific Blue #0697BE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.52%

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

R = 1.73%
G = 43.52%
B = 54.76%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0697BE (or 0x0697BE) is known color: Pacific Blue. HEX triplet: 06, 97 and BE. RGB value is (6,151,190). Sum of RGB (Red+Green+Blue) = 6+151+190=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #0697BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0697BE is #F96841. Grayscale: #6F6F6F. Windows color (decimal): -16345154 or 12490502. OLE color: 12490502.

HSL color Cylindrical-coordinate representation of color #0697BE: hue angle of 192.72º 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 #0697BE is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 151 190 -
CMYK 0.97 0.21 0 0.25
HSL 192.72º 0.94% 0.38% -
HSV(B) 192.72º 0.97% 0.75% -
XYZ 20.44 25.89 52.64 -
YUV 112.09 171.96 52.33 -
System Red Green Blue C M Y K H S L
Decimal 6 151 190 0.97 0.21 0 0.25 192.72 0.94 0.38
Hex 6 97 BE 61 15 0 19 C1 5E 26
Octal 6 227 276 141 25 0 31 301 136 46
Binary 110 10010111 10111110 1100001 10101 0 11001 11000001 1011110 100110

Color Harmonies of #0697BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0697BE

Black with #0697BE

Text Example


Text Example

White with #0697BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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