Html Css Color HEX #0698BF Pacific Blue

📋 copy color: '#0698BF'

red 6 ◦ green 152 ◦ blue 191

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

Shades of Pacific Blue #0698BF

Tints of Pacific Blue #0698BF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.55%

 BLUE value IS 191 (75% from 255) = 54.73%

R = 1.72%
G = 43.55%
B = 54.73%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0698BF (or 0x0698BF) is known color: Pacific Blue. HEX triplet: 06, 98 and BF. RGB value is (6,152,191). Sum of RGB (Red+Green+Blue) = 6+152+191=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #0698BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0698BF is #F96740. Grayscale: #707070. Windows color (decimal): -16344897 or 12556294. OLE color: 12556294.

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

Color convert

RGB 6 152 191 -
CMYK 0.97 0.20 0 0.25
HSL 192.65º 0.94% 0.39% -
HSV(B) 192.65º 0.97% 0.75% -
XYZ 20.71 26.26 53.27 -
YUV 112.79 172.13 51.83 -
System Red Green Blue C M Y K H S L
Decimal 6 152 191 0.97 0.20 0 0.25 192.65 0.94 0.39
Hex 6 98 BF 61 14 0 19 C1 5E 27
Octal 6 230 277 141 24 0 31 301 136 47
Binary 110 10011000 10111111 1100001 10100 0 11001 11000001 1011110 100111

Color Harmonies of #0698BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0698BF

Black with #0698BF

Text Example


Text Example

White with #0698BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0698BF; }

 p { color: rgb(6,152,191); }

 H1.HeaderClassName
 {
   color: #0698BF;
 }
 .AnyTagClassName
 {
   color: #0698BF;
 }
</style>

background-color css

<style>
 a { background-color: #0698BF; }

 a { background-color: rgb(6,152,191); }

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

border-color css

<style>
 span { border-color: #0698BF; }

 span { border-color: rgb(6,152,191); }

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