Html Css Color HEX #0691DB Pacific Blue

📋 copy color: '#0691DB'

red 6 ◦ green 145 ◦ blue 219

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

Shades of Pacific Blue #0691DB

Tints of Pacific Blue #0691DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.19%

 BLUE value IS 219 (85.94% from 255) = 59.19%

R = 1.62%
G = 39.19%
B = 59.19%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0691DB (or 0x0691DB) is known color: Pacific Blue. HEX triplet: 06, 91 and DB. RGB value is (6,145,219). Sum of RGB (Red+Green+Blue) = 6+145+219=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #0691DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0691DB is #F96E24. Grayscale: #6F6F6F. Windows color (decimal): -16346661 or 14389510. OLE color: 14389510.

HSL color Cylindrical-coordinate representation of color #0691DB: hue angle of 200.85º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0691DB is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 145 219 -
CMYK 0.97 0.34 0 0.14
HSL 200.85º 0.95% 0.44% -
HSV(B) 200.85º 0.97% 0.86% -
XYZ 22.99 25.4 70.71 -
YUV 111.88 188.45 52.48 -
System Red Green Blue C M Y K H S L
Decimal 6 145 219 0.97 0.34 0 0.14 200.85 0.95 0.44
Hex 6 91 DB 61 22 0 E C9 5F 2C
Octal 6 221 333 141 42 0 16 311 137 54
Binary 110 10010001 11011011 1100001 100010 0 1110 11001001 1011111 101100

Color Harmonies of #0691DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0691DB

Black with #0691DB

Text Example


Text Example

White with #0691DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0691DB; }

 p { color: rgb(6,145,219); }

 H1.HeaderClassName
 {
   color: #0691DB;
 }
 .AnyTagClassName
 {
   color: #0691DB;
 }
</style>

background-color css

<style>
 a { background-color: #0691DB; }

 a { background-color: rgb(6,145,219); }

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

border-color css

<style>
 span { border-color: #0691DB; }

 span { border-color: rgb(6,145,219); }

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