#068EC4

Color #068EC4 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #068EC4

Tints of Pacific Blue #068EC4

Color information

#068EC4 (or 0x068EC4) is unknown color: approx Pacific Blue. HEX triplet: 06, 8E and C4. RGB value is (6,142,196). Sum of RGB (Red+Green+Blue) = 6+142+196=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 196 (76.95% from 255 or 56.98% from 344); Max value from RGB is 196 - color contains mainly: blue. Hex color #068EC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068EC4 is #F9713B. Grayscale: #6B6B6B. Windows color (decimal): -16347452 or 12881414. OLE color: 12881414.

HSL color Cylindrical-coordinate representation of color #068EC4: hue angle of 197.05º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068EC4 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6142196-
CMYK0.970.2800.23
HSL197.05º94.06%39.61%-
HSV(B)197.05º96.94%76.86%-
XYZ19.7123.3755.7-
YUV107.49177.9455.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.74%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 196 (76.95% from 255) = 56.98%
R=1.74%
G=41.28%
B=56.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61421960.970.2800.23197.0594.0639.61
Hex68EC4611C017c55e28
Octal62163041413402730513650
Binary1101000111011000100110000111100010111110001011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,142,196); }

 H1.HeaderClassName
 {
   color: #068EC4;
 }
 .AnyTagClassName
 {
   color: #068EC4;
 }
</style>
background-color css

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

 a { background-color: rgb(6,142,196); }

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

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

 span { border-color: rgb(6,142,196); }

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