Html Css Color HEX #068E9F Eastern Blue

📋 copy color: '#068E9F'

red 6 ◦ green 142 ◦ blue 159

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

Shades of Eastern Blue #068E9F

Tints of Eastern Blue #068E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.79%

R = 1.95%
G = 46.25%
B = 51.79%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#068E9F (or 0x068E9F) is known color: Eastern Blue. HEX triplet: 06, 8E and 9F. RGB value is (6,142,159). Sum of RGB (Red+Green+Blue) = 6+142+159=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #068E9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068E9F is #F97160. Grayscale: #676767. Windows color (decimal): -16347489 or 10456582. OLE color: 10456582.

HSL color Cylindrical-coordinate representation of color #068E9F: hue angle of 186.67º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068E9F is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 142 159 -
CMYK 0.96 0.11 0 0.38
HSL 186.67º 0.93% 0.32% -
HSV(B) 186.67º 0.96% 0.62% -
XYZ 16.01 21.89 36.18 -
YUV 103.27 159.44 58.62 -
System Red Green Blue C M Y K H S L
Decimal 6 142 159 0.96 0.11 0 0.38 186.67 0.93 0.32
Hex 6 8E 9F 60 B 0 26 BB 5D 20
Octal 6 216 237 140 13 0 46 273 135 40
Binary 110 10001110 10011111 1100000 1011 0 100110 10111011 1011101 100000

Color Harmonies of #068E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068E9F

Black with #068E9F

Text Example


Text Example

White with #068E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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