Html Css Color HEX #068ED4 Pacific Blue

📋 copy color: '#068ED4'

red 6 ◦ green 142 ◦ blue 212

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

Shades of Pacific Blue #068ED4

Tints of Pacific Blue #068ED4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.44%

 BLUE value IS 212 (83.2% from 255) = 58.89%

R = 1.67%
G = 39.44%
B = 58.89%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#068ED4 (or 0x068ED4) is known color: Pacific Blue. HEX triplet: 06, 8E and D4. RGB value is (6,142,212). Sum of RGB (Red+Green+Blue) = 6+142+212=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 212 (83.20% from 255 or 58.89% from 360); Max value from RGB is 212 - color contains mainly: blue. Hex color #068ED4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068ED4 is #F9712B. Grayscale: #6C6C6C. Windows color (decimal): -16347436 or 13929990. OLE color: 13929990.

HSL color Cylindrical-coordinate representation of color #068ED4: hue angle of 200.39º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068ED4 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 6 142 212 -
CMYK 0.97 0.33 0 0.17
HSL 200.39º 0.94% 0.43% -
HSV(B) 200.39º 0.97% 0.83% -
XYZ 21.63 24.14 65.81 -
YUV 109.32 185.94 54.31 -
System Red Green Blue C M Y K H S L
Decimal 6 142 212 0.97 0.33 0 0.17 200.39 0.94 0.43
Hex 6 8E D4 61 21 0 11 C8 5E 2B
Octal 6 216 324 141 41 0 21 310 136 53
Binary 110 10001110 11010100 1100001 100001 0 10001 11001000 1011110 101011

Color Harmonies of #068ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068ED4

Black with #068ED4

Text Example


Text Example

White with #068ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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