Html Css Color HEX #0698CB Pacific Blue

📋 copy color: '#0698CB'

red 6 ◦ green 152 ◦ blue 203

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

Shades of Pacific Blue #0698CB

Tints of Pacific Blue #0698CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 1.66%
G = 42.11%
B = 56.23%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0698CB (or 0x0698CB) is known color: Pacific Blue. HEX triplet: 06, 98 and CB. RGB value is (6,152,203). Sum of RGB (Red+Green+Blue) = 6+152+203=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #0698CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0698CB is #F96734. Grayscale: #717171. Windows color (decimal): -16344885 or 13342726. OLE color: 13342726.

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

Color convert

RGB 6 152 203 -
CMYK 0.97 0.25 0 0.20
HSL 195.53º 0.94% 0.41% -
HSV(B) 195.53º 0.97% 0.8% -
XYZ 22.08 26.81 60.51 -
YUV 114.16 178.13 50.85 -
System Red Green Blue C M Y K H S L
Decimal 6 152 203 0.97 0.25 0 0.20 195.53 0.94 0.41
Hex 6 98 CB 61 19 0 14 C4 5E 29
Octal 6 230 313 141 31 0 24 304 136 51
Binary 110 10011000 11001011 1100001 11001 0 10100 11000100 1011110 101001

Color Harmonies of #0698CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0698CB

Black with #0698CB

Text Example


Text Example

White with #0698CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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