Html Css Color HEX #06A0CE Pacific Blue

📋 copy color: '#06A0CE'

red 6 ◦ green 160 ◦ blue 206

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

Shades of Pacific Blue #06A0CE

Tints of Pacific Blue #06A0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.38%

R = 1.61%
G = 43.01%
B = 55.38%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#06A0CE (or 0x06A0CE) is known color: Pacific Blue. HEX triplet: 06, A0 and CE. RGB value is (6,160,206). Sum of RGB (Red+Green+Blue) = 6+160+206=372 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #06A0CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A0CE is #F95F31. Grayscale: #767676. Windows color (decimal): -16342834 or 13541382. OLE color: 13541382.

HSL color Cylindrical-coordinate representation of color #06A0CE: hue angle of 193.8º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A0CE is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 160 206 -
CMYK 0.97 0.22 0 0.19
HSL 193.8º 0.94% 0.42% -
HSV(B) 193.8º 0.97% 0.81% -
XYZ 23.79 29.64 62.86 -
YUV 119.2 176.98 47.26 -
System Red Green Blue C M Y K H S L
Decimal 6 160 206 0.97 0.22 0 0.19 193.8 0.94 0.42
Hex 6 A0 CE 61 16 0 13 C2 5E 2A
Octal 6 240 316 141 26 0 23 302 136 52
Binary 110 10100000 11001110 1100001 10110 0 10011 11000010 1011110 101010

Color Harmonies of #06A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A0CE

Black with #06A0CE

Text Example


Text Example

White with #06A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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