Html Css Color HEX #0698DE Pacific Blue

📋 copy color: '#0698DE'

red 6 ◦ green 152 ◦ blue 222

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

Shades of Pacific Blue #0698DE

Tints of Pacific Blue #0698DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.42%

R = 1.58%
G = 40%
B = 58.42%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0698DE (or 0x0698DE) is known color: Pacific Blue. HEX triplet: 06, 98 and DE. RGB value is (6,152,222). Sum of RGB (Red+Green+Blue) = 6+152+222=380 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #0698DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0698DE is #F96721. Grayscale: #737373. Windows color (decimal): -16344866 or 14587910. OLE color: 14587910.

HSL color Cylindrical-coordinate representation of color #0698DE: hue angle of 199.44º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0698DE is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 152 222 -
CMYK 0.97 0.32 0 0.13
HSL 199.44º 0.95% 0.45% -
HSV(B) 199.44º 0.97% 0.87% -
XYZ 24.49 27.77 73.18 -
YUV 116.33 187.63 49.31 -
System Red Green Blue C M Y K H S L
Decimal 6 152 222 0.97 0.32 0 0.13 199.44 0.95 0.45
Hex 6 98 DE 61 20 0 D C7 5F 2D
Octal 6 230 336 141 40 0 15 307 137 55
Binary 110 10011000 11011110 1100001 100000 0 1101 11000111 1011111 101101

Color Harmonies of #0698DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0698DE

Black with #0698DE

Text Example


Text Example

White with #0698DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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