Html Css Color HEX #06A3DA Pacific Blue

📋 copy color: '#06A3DA'

red 6 ◦ green 163 ◦ blue 218

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

Shades of Pacific Blue #06A3DA

Tints of Pacific Blue #06A3DA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.12%

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

R = 1.55%
G = 42.12%
B = 56.33%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#06A3DA (or 0x06A3DA) is known color: Pacific Blue. HEX triplet: 06, A3 and DA. RGB value is (6,163,218). Sum of RGB (Red+Green+Blue) = 6+163+218=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #06A3DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A3DA is #F95C25. Grayscale: #797979. Windows color (decimal): -16342054 or 14328582. OLE color: 14328582.

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

Color convert

RGB 6 163 218 -
CMYK 0.97 0.25 0 0.15
HSL 195.57º 0.95% 0.44% -
HSV(B) 195.57º 0.97% 0.85% -
XYZ 25.83 31.3 71.01 -
YUV 122.33 181.99 45.03 -
System Red Green Blue C M Y K H S L
Decimal 6 163 218 0.97 0.25 0 0.15 195.57 0.95 0.44
Hex 6 A3 DA 61 19 0 F C4 5F 2C
Octal 6 243 332 141 31 0 17 304 137 54
Binary 110 10100011 11011010 1100001 11001 0 1111 11000100 1011111 101100

Color Harmonies of #06A3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A3DA

Black with #06A3DA

Text Example


Text Example

White with #06A3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06A3DA; }

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

 H1.HeaderClassName
 {
   color: #06A3DA;
 }
 .AnyTagClassName
 {
   color: #06A3DA;
 }
</style>

background-color css

<style>
 a { background-color: #06A3DA; }

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

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

border-color css

<style>
 span { border-color: #06A3DA; }

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

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