Html Css Color HEX #068AAA Eastern Blue

📋 copy color: '#068AAA'

red 6 ◦ green 138 ◦ blue 170

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

Shades of Eastern Blue #068AAA

Tints of Eastern Blue #068AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.14%

R = 1.91%
G = 43.95%
B = 54.14%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#068AAA (or 0x068AAA) is known color: Eastern Blue. HEX triplet: 06, 8A and AA. RGB value is (6,138,170). Sum of RGB (Red+Green+Blue) = 6+138+170=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #068AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068AAA is #F97555. Grayscale: #656565. Windows color (decimal): -16348502 or 11176454. OLE color: 11176454.

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

Color convert

RGB 6 138 170 -
CMYK 0.96 0.19 0 0.33
HSL 191.71º 0.93% 0.35% -
HSV(B) 191.71º 0.96% 0.67% -
XYZ 16.42 21.12 41.24 -
YUV 102.18 166.27 59.4 -
System Red Green Blue C M Y K H S L
Decimal 6 138 170 0.96 0.19 0 0.33 191.71 0.93 0.35
Hex 6 8A AA 60 13 0 21 C0 5D 23
Octal 6 212 252 140 23 0 41 300 135 43
Binary 110 10001010 10101010 1100000 10011 0 100001 11000000 1011101 100011

Color Harmonies of #068AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068AAA

Black with #068AAA

Text Example


Text Example

White with #068AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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