Html Css Color HEX #068ACE Pacific Blue

📋 copy color: '#068ACE'

red 6 ◦ green 138 ◦ blue 206

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

Shades of Pacific Blue #068ACE

Tints of Pacific Blue #068ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.43%

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

R = 1.71%
G = 39.43%
B = 58.86%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#068ACE (or 0x068ACE) is known color: Pacific Blue. HEX triplet: 06, 8A and CE. RGB value is (6,138,206). Sum of RGB (Red+Green+Blue) = 6+138+206=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #068ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068ACE is #F97531. Grayscale: #696969. Windows color (decimal): -16348466 or 13535750. OLE color: 13535750.

HSL color Cylindrical-coordinate representation of color #068ACE: hue angle of 200.4º 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 #068ACE is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 138 206 -
CMYK 0.97 0.33 0 0.19
HSL 200.4º 0.94% 0.42% -
HSV(B) 200.4º 0.97% 0.81% -
XYZ 20.3 22.67 61.7 -
YUV 106.28 184.27 56.47 -
System Red Green Blue C M Y K H S L
Decimal 6 138 206 0.97 0.33 0 0.19 200.4 0.94 0.42
Hex 6 8A CE 61 21 0 13 C8 5E 2A
Octal 6 212 316 141 41 0 23 310 136 52
Binary 110 10001010 11001110 1100001 100001 0 10011 11001000 1011110 101010

Color Harmonies of #068ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068ACE

Black with #068ACE

Text Example


Text Example

White with #068ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068ACE; }

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

 H1.HeaderClassName
 {
   color: #068ACE;
 }
 .AnyTagClassName
 {
   color: #068ACE;
 }
</style>

background-color css

<style>
 a { background-color: #068ACE; }

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

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

border-color css

<style>
 span { border-color: #068ACE; }

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

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