Html Css Color HEX #0697DF Pacific Blue

📋 copy color: '#0697DF'

red 6 ◦ green 151 ◦ blue 223

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

Shades of Pacific Blue #0697DF

Tints of Pacific Blue #0697DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 1.58%
G = 39.74%
B = 58.68%

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

#0697DF (or 0x0697DF) is known color: Pacific Blue. HEX triplet: 06, 97 and DF. RGB value is (6,151,223). Sum of RGB (Red+Green+Blue) = 6+151+223=380 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #0697DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0697DF is #F96820. Grayscale: #737373. Windows color (decimal): -16345121 or 14653190. OLE color: 14653190.

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

Color convert

RGB 6 151 223 -
CMYK 0.97 0.32 0 0.13
HSL 199.91º 0.95% 0.45% -
HSV(B) 199.91º 0.97% 0.87% -
XYZ 24.46 27.5 73.83 -
YUV 115.85 188.46 49.65 -
System Red Green Blue C M Y K H S L
Decimal 6 151 223 0.97 0.32 0 0.13 199.91 0.95 0.45
Hex 6 97 DF 61 20 0 D C8 5F 2D
Octal 6 227 337 141 40 0 15 310 137 55
Binary 110 10010111 11011111 1100001 100000 0 1101 11001000 1011111 101101

Color Harmonies of #0697DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0697DF

Black with #0697DF

Text Example


Text Example

White with #0697DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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