Html Css Color HEX #0690CA Pacific Blue

📋 copy color: '#0690CA'

red 6 ◦ green 144 ◦ blue 202

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

Shades of Pacific Blue #0690CA

Tints of Pacific Blue #0690CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.39%

R = 1.7%
G = 40.91%
B = 57.39%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0690CA (or 0x0690CA) is known color: Pacific Blue. HEX triplet: 06, 90 and CA. RGB value is (6,144,202). Sum of RGB (Red+Green+Blue) = 6+144+202=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #0690CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0690CA is #F96F35. Grayscale: #6C6C6C. Windows color (decimal): -16346934 or 13275142. OLE color: 13275142.

HSL color Cylindrical-coordinate representation of color #0690CA: hue angle of 197.76º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0690CA is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 144 202 -
CMYK 0.97 0.29 0 0.21
HSL 197.76º 0.94% 0.41% -
HSV(B) 197.76º 0.97% 0.79% -
XYZ 20.71 24.25 59.47 -
YUV 109.35 180.28 54.28 -
System Red Green Blue C M Y K H S L
Decimal 6 144 202 0.97 0.29 0 0.21 197.76 0.94 0.41
Hex 6 90 CA 61 1D 0 15 C6 5E 29
Octal 6 220 312 141 35 0 25 306 136 51
Binary 110 10010000 11001010 1100001 11101 0 10101 11000110 1011110 101001

Color Harmonies of #0690CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0690CA

Black with #0690CA

Text Example


Text Example

White with #0690CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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