Html Css Color HEX #06A1DC Pacific Blue

📋 copy color: '#06A1DC'

red 6 ◦ green 161 ◦ blue 220

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

Shades of Pacific Blue #06A1DC

Tints of Pacific Blue #06A1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.6%

 BLUE value IS 220 (86.33% from 255) = 56.85%

R = 1.55%
G = 41.6%
B = 56.85%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06A1DC (or 0x06A1DC) is known color: Pacific Blue. HEX triplet: 06, A1 and DC. RGB value is (6,161,220). Sum of RGB (Red+Green+Blue) = 6+161+220=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #06A1DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A1DC is #F95E23. Grayscale: #787878. Windows color (decimal): -16342564 or 14459142. OLE color: 14459142.

HSL color Cylindrical-coordinate representation of color #06A1DC: hue angle of 196.54º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A1DC is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 161 220 -
CMYK 0.97 0.27 0 0.14
HSL 196.54º 0.95% 0.44% -
HSV(B) 196.54º 0.97% 0.86% -
XYZ 25.74 30.7 72.28 -
YUV 121.38 183.65 45.7 -
System Red Green Blue C M Y K H S L
Decimal 6 161 220 0.97 0.27 0 0.14 196.54 0.95 0.44
Hex 6 A1 DC 61 1B 0 E C5 5F 2C
Octal 6 241 334 141 33 0 16 305 137 54
Binary 110 10100001 11011100 1100001 11011 0 1110 11000101 1011111 101100

Color Harmonies of #06A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A1DC

Black with #06A1DC

Text Example


Text Example

White with #06A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,161,220); }

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

background-color css

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

 a { background-color: rgb(6,161,220); }

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

border-color css

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

 span { border-color: rgb(6,161,220); }

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