#06a3c0

Color #06A3C0 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #06A3C0

Tints of Pacific Blue #06A3C0

Color information

#06A3C0 (or 0x06A3C0) is unknown color: approx Pacific Blue. HEX triplet: 06, A3 and C0. RGB value is (6,163,192). Sum of RGB (Red+Green+Blue) = 6+163+192=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #06A3C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A3C0 is #F95C3F. Grayscale: #777777. Windows color (decimal): -16342080 or 12624646. OLE color: 12624646.

HSL color Cylindrical-coordinate representation of color #06A3C0: hue angle of 189.35º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A3C0 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6163192-
CMYK0.970.1500.25
HSL189.35º93.94%38.82%-
HSV(B)189.35º96.88%75.29%-
XYZ22.6930.0454.47-
YUV119.36168.9947.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.66%
GREEN value IS 163 (64.06% from 255) = 45.15%
BLUE value IS 192 (75.39% from 255) = 53.19%
R=1.66%
G=45.15%
B=53.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61631920.970.1500.25189.3593.9438.82
Hex6A3C061F019bd5e27
Octal62433001411703127513647
Binary110101000111100000011000011111011001101111011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06a3c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06a3c0;
 }
 .AnyTagClassName
 {
   color: #06a3c0;
 }
</style>
background-color css

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

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

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

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

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

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