Html Css Color HEX #06A0DD Pacific Blue

📋 copy color: '#06A0DD'

red 6 ◦ green 160 ◦ blue 221

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

Shades of Pacific Blue #06A0DD

Tints of Pacific Blue #06A0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.11%

R = 1.55%
G = 41.34%
B = 57.11%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06A0DD (or 0x06A0DD) is known color: Pacific Blue. HEX triplet: 06, A0 and DD. RGB value is (6,160,221). Sum of RGB (Red+Green+Blue) = 6+160+221=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #06A0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A0DD is #F95F22. Grayscale: #787878. Windows color (decimal): -16342819 or 14524422. OLE color: 14524422.

HSL color Cylindrical-coordinate representation of color #06A0DD: hue angle of 197.02º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A0DD is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 160 221 -
CMYK 0.97 0.28 0 0.13
HSL 197.02º 0.95% 0.45% -
HSV(B) 197.02º 0.97% 0.87% -
XYZ 25.7 30.4 72.92 -
YUV 120.91 184.48 46.04 -
System Red Green Blue C M Y K H S L
Decimal 6 160 221 0.97 0.28 0 0.13 197.02 0.95 0.45
Hex 6 A0 DD 61 1C 0 D C5 5F 2D
Octal 6 240 335 141 34 0 15 305 137 55
Binary 110 10100000 11011101 1100001 11100 0 1101 11000101 1011111 101101

Color Harmonies of #06A0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A0DD

Black with #06A0DD

Text Example


Text Example

White with #06A0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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