Html Css Color HEX #06A6BC Pacific Blue

📋 copy color: '#06A6BC'

red 6 ◦ green 166 ◦ blue 188

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

Shades of Pacific Blue #06A6BC

Tints of Pacific Blue #06A6BC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.11%

 BLUE value IS 188 (73.83% from 255) = 52.22%

R = 1.67%
G = 46.11%
B = 52.22%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#06A6BC (or 0x06A6BC) is known color: Pacific Blue. HEX triplet: 06, A6 and BC. RGB value is (6,166,188). Sum of RGB (Red+Green+Blue) = 6+166+188=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #06A6BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A6BC is #F95943. Grayscale: #787878. Windows color (decimal): -16341316 or 12363270. OLE color: 12363270.

HSL color Cylindrical-coordinate representation of color #06A6BC: hue angle of 187.25º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A6BC is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 166 188 -
CMYK 0.97 0.12 0 0.26
HSL 187.25º 0.94% 0.38% -
HSV(B) 187.25º 0.97% 0.74% -
XYZ 22.79 30.94 52.35 -
YUV 120.67 165.99 46.21 -
System Red Green Blue C M Y K H S L
Decimal 6 166 188 0.97 0.12 0 0.26 187.25 0.94 0.38
Hex 6 A6 BC 61 C 0 1A BB 5E 26
Octal 6 246 274 141 14 0 32 273 136 46
Binary 110 10100110 10111100 1100001 1100 0 11010 10111011 1011110 100110

Color Harmonies of #06A6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A6BC

Black with #06A6BC

Text Example


Text Example

White with #06A6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,166,188); }

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

background-color css

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

 a { background-color: rgb(6,166,188); }

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

border-color css

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

 span { border-color: rgb(6,166,188); }

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