Html Css Color HEX #0690DA Pacific Blue

📋 copy color: '#0690DA'

red 6 ◦ green 144 ◦ blue 218

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

Shades of Pacific Blue #0690DA

Tints of Pacific Blue #0690DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.13%

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

R = 1.63%
G = 39.13%
B = 59.24%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0690DA (or 0x0690DA) is known color: Pacific Blue. HEX triplet: 06, 90 and DA. RGB value is (6,144,218). Sum of RGB (Red+Green+Blue) = 6+144+218=368 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #0690DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0690DA is #F96F25. Grayscale: #6E6E6E. Windows color (decimal): -16346918 or 14323718. OLE color: 14323718.

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

Color convert

RGB 6 144 218 -
CMYK 0.97 0.34 0 0.15
HSL 200.94º 0.95% 0.44% -
HSV(B) 200.94º 0.97% 0.85% -
XYZ 22.7 25.05 69.97 -
YUV 111.17 188.28 52.98 -
System Red Green Blue C M Y K H S L
Decimal 6 144 218 0.97 0.34 0 0.15 200.94 0.95 0.44
Hex 6 90 DA 61 22 0 F C9 5F 2C
Octal 6 220 332 141 42 0 17 311 137 54
Binary 110 10010000 11011010 1100001 100010 0 1111 11001001 1011111 101100

Color Harmonies of #0690DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0690DA

Black with #0690DA

Text Example


Text Example

White with #0690DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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