Html Css Color HEX #06A0E6 Pacific Blue

📋 copy color: '#06A0E6'

red 6 ◦ green 160 ◦ blue 230

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

Shades of Pacific Blue #06A0E6

Tints of Pacific Blue #06A0E6

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

 BLUE value IS 230 (90.23% from 255) = 58.08%

R = 1.52%
G = 40.4%
B = 58.08%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#06A0E6 (or 0x06A0E6) is known color: 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

RGB 6 160 230 -
CMYK 0.97 0.30 0 0.10
HSL 198.75º 0.95% 0.46% -
HSV(B) 198.75º 0.97% 0.9% -
XYZ 26.93 30.89 79.41 -
YUV 121.93 188.98 45.31 -
System Red Green Blue C M Y K H S L
Decimal 6 160 230 0.97 0.30 0 0.10 198.75 0.95 0.46
Hex 6 A0 E6 61 1E 0 A C7 5F 2E
Octal 6 240 346 141 36 0 12 307 137 56
Binary 110 10100000 11100110 1100001 11110 0 1010 11000111 1011111 101110

Color Harmonies of #06A0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A0E6

Black with #06A0E6

Text Example


Text Example

White with #06A0E6

Text Example


Text Example

HTML Codes & Css Web 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>