Html Css Color HEX #068AAC Eastern Blue

📋 copy color: '#068AAC'

red 6 ◦ green 138 ◦ blue 172

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

Shades of Eastern Blue #068AAC

Tints of Eastern Blue #068AAC

RGB

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

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

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

R = 1.9%
G = 43.67%
B = 54.43%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#068AAC (or 0x068AAC) is known color: Eastern Blue. HEX triplet: 06, 8A and AC. RGB value is (6,138,172). Sum of RGB (Red+Green+Blue) = 6+138+172=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #068AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068AAC is #F97553. Grayscale: #666666. Windows color (decimal): -16348500 or 11307526. OLE color: 11307526.

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

Color convert

RGB 6 138 172 -
CMYK 0.97 0.20 0 0.33
HSL 192.29º 0.93% 0.35% -
HSV(B) 192.29º 0.97% 0.67% -
XYZ 16.61 21.19 42.25 -
YUV 102.41 167.27 59.24 -
System Red Green Blue C M Y K H S L
Decimal 6 138 172 0.97 0.20 0 0.33 192.29 0.93 0.35
Hex 6 8A AC 61 14 0 21 C0 5D 23
Octal 6 212 254 141 24 0 41 300 135 43
Binary 110 10001010 10101100 1100001 10100 0 100001 11000000 1011101 100011

Color Harmonies of #068AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068AAC

Black with #068AAC

Text Example


Text Example

White with #068AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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