Html Css Color HEX #068E9D Eastern Blue

📋 copy color: '#068E9D'

red 6 ◦ green 142 ◦ blue 157

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

Shades of Eastern Blue #068E9D

Tints of Eastern Blue #068E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 1.97%
G = 46.56%
B = 51.48%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#068E9D (or 0x068E9D) is known color: Eastern Blue. HEX triplet: 06, 8E and 9D. RGB value is (6,142,157). Sum of RGB (Red+Green+Blue) = 6+142+157=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #068E9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068E9D is #F97162. Grayscale: #666666. Windows color (decimal): -16347491 or 10325510. OLE color: 10325510.

HSL color Cylindrical-coordinate representation of color #068E9D: hue angle of 185.96º 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 #068E9D is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 142 157 -
CMYK 0.96 0.10 0 0.38
HSL 185.96º 0.93% 0.32% -
HSV(B) 185.96º 0.96% 0.62% -
XYZ 15.83 21.82 35.28 -
YUV 103.05 158.44 58.78 -
System Red Green Blue C M Y K H S L
Decimal 6 142 157 0.96 0.10 0 0.38 185.96 0.93 0.32
Hex 6 8E 9D 60 A 0 26 BA 5D 20
Octal 6 216 235 140 12 0 46 272 135 40
Binary 110 10001110 10011101 1100000 1010 0 100110 10111010 1011101 100000

Color Harmonies of #068E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068E9D

Black with #068E9D

Text Example


Text Example

White with #068E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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