#06A0E6

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

Shades of Pacific Blue #06A0E6

Tints of Pacific Blue #06A0E6

Color information

#06A0E6 (or 0x06A0E6) is unknown color: approx Pacific Blue. HEX triplet: 06, A0 and E6. RGB value is (6,160,230). Sum of RGB (Red+Green+Blue) = 6+160+230=396 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #06A0E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A0E6 is #F95F19. Grayscale: #797979. Windows color (decimal): -16342810 or 15114246. OLE color: 15114246.

HSL color Cylindrical-coordinate representation of color #06A0E6: hue angle of 198.75º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A0E6 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB6160230-
CMYK0.970.3000.10
HSL198.75º94.92%46.27%-
HSV(B)198.75º97.39%90.2%-
XYZ26.9330.8979.41-
YUV121.93188.9845.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.52%
GREEN value IS 160 (62.89% from 255) = 40.40%
BLUE value IS 230 (90.23% from 255) = 58.08%
R=1.52%
G=40.40%
B=58.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal61602300.970.3000.10198.7594.9246.27
Hex6A0E6611E0Ac75f2e
Octal62403461413601230713756
Binary110101000001110011011000011111001010110001111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,160,230); }

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

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

 a { background-color: rgb(6,160,230); }

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

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

 span { border-color: rgb(6,160,230); }

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