Html Css Color HEX #0697D9 Pacific Blue

📋 copy color: '#0697D9'

red 6 ◦ green 151 ◦ blue 217

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

Shades of Pacific Blue #0697D9

Tints of Pacific Blue #0697D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 58.02%

R = 1.6%
G = 40.37%
B = 58.02%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0697D9 (or 0x0697D9) is known color: Pacific Blue. HEX triplet: 06, 97 and D9. RGB value is (6,151,217). Sum of RGB (Red+Green+Blue) = 6+151+217=374 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 217 (85.16% from 255 or 58.02% from 374); Max value from RGB is 217 - color contains mainly: blue. Hex color #0697D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0697D9 is #F96826. Grayscale: #727272. Windows color (decimal): -16345127 or 14259974. OLE color: 14259974.

HSL color Cylindrical-coordinate representation of color #0697D9: hue angle of 198.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0697D9 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 151 217 -
CMYK 0.97 0.30 0 0.15
HSL 198.77º 0.95% 0.44% -
HSV(B) 198.77º 0.97% 0.85% -
XYZ 23.67 27.18 69.64 -
YUV 115.17 185.46 50.13 -
System Red Green Blue C M Y K H S L
Decimal 6 151 217 0.97 0.30 0 0.15 198.77 0.95 0.44
Hex 6 97 D9 61 1E 0 F C7 5F 2C
Octal 6 227 331 141 36 0 17 307 137 54
Binary 110 10010111 11011001 1100001 11110 0 1111 11000111 1011111 101100

Color Harmonies of #0697D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0697D9

Black with #0697D9

Text Example


Text Example

White with #0697D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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