Html Css Color HEX #0691DA Pacific Blue

📋 copy color: '#0691DA'

red 6 ◦ green 145 ◦ blue 218

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

Shades of Pacific Blue #0691DA

Tints of Pacific Blue #0691DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.08%

R = 1.63%
G = 39.3%
B = 59.08%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0691DA (or 0x0691DA) is known color: Pacific Blue. HEX triplet: 06, 91 and DA. RGB value is (6,145,218). Sum of RGB (Red+Green+Blue) = 6+145+218=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #0691DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0691DA is #F96E25. Grayscale: #6F6F6F. Windows color (decimal): -16346662 or 14323974. OLE color: 14323974.

HSL color Cylindrical-coordinate representation of color #0691DA: hue angle of 200.66º 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 #0691DA is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 145 218 -
CMYK 0.97 0.33 0 0.15
HSL 200.66º 0.95% 0.44% -
HSV(B) 200.66º 0.97% 0.85% -
XYZ 22.86 25.35 70.02 -
YUV 111.76 187.95 52.56 -
System Red Green Blue C M Y K H S L
Decimal 6 145 218 0.97 0.33 0 0.15 200.66 0.95 0.44
Hex 6 91 DA 61 21 0 F C9 5F 2C
Octal 6 221 332 141 41 0 17 311 137 54
Binary 110 10010001 11011010 1100001 100001 0 1111 11001001 1011111 101100

Color Harmonies of #0691DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0691DA

Black with #0691DA

Text Example


Text Example

White with #0691DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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