Html Css Color HEX #068BAC Eastern Blue

📋 copy color: '#068BAC'

red 6 ◦ green 139 ◦ blue 172

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

Shades of Eastern Blue #068BAC

Tints of Eastern Blue #068BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.85%

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 1.89%
G = 43.85%
B = 54.26%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#068BAC (or 0x068BAC) is known color: Eastern Blue. HEX triplet: 06, 8B and AC. RGB value is (6,139,172). Sum of RGB (Red+Green+Blue) = 6+139+172=317 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #068BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068BAC is #F97453. Grayscale: #666666. Windows color (decimal): -16348244 or 11307782. OLE color: 11307782.

HSL color Cylindrical-coordinate representation of color #068BAC: hue angle of 191.93º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068BAC is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 139 172 -
CMYK 0.97 0.19 0 0.33
HSL 191.93º 0.93% 0.35% -
HSV(B) 191.93º 0.97% 0.67% -
XYZ 16.75 21.48 42.29 -
YUV 103 166.94 58.82 -
System Red Green Blue C M Y K H S L
Decimal 6 139 172 0.97 0.19 0 0.33 191.93 0.93 0.35
Hex 6 8B AC 61 13 0 21 C0 5D 23
Octal 6 213 254 141 23 0 41 300 135 43
Binary 110 10001011 10101100 1100001 10011 0 100001 11000000 1011101 100011

Color Harmonies of #068BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BAC

Black with #068BAC

Text Example


Text Example

White with #068BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,139,172); }

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

background-color css

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

 a { background-color: rgb(6,139,172); }

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

border-color css

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

 span { border-color: rgb(6,139,172); }

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