Html Css Color HEX #068E6E Observatory

📋 copy color: '#068E6E'

red 6 ◦ green 142 ◦ blue 110

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

Shades of Observatory #068E6E

Tints of Observatory #068E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 2.33%
G = 55.04%
B = 42.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#068E6E (or 0x068E6E) is known color: Observatory. HEX triplet: 06, 8E and 6E. RGB value is (6,142,110). Sum of RGB (Red+Green+Blue) = 6+142+110=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 142 (55.86% from 255 or 55.04% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 142 - color contains mainly: green. Hex color #068E6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E6E is #F97191. Grayscale: #616161. Windows color (decimal): -16347538 or 7245318. OLE color: 7245318.

HSL color Cylindrical-coordinate representation of color #068E6E: hue angle of 165.88º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068E6E is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 142 110 -
CMYK 0.96 0 0.23 0.44
HSL 165.88º 0.92% 0.29% -
HSV(B) 165.88º 0.96% 0.56% -
XYZ 12.56 20.51 18.05 -
YUV 97.69 134.94 62.6 -
System Red Green Blue C M Y K H S L
Decimal 6 142 110 0.96 0 0.23 0.44 165.88 0.92 0.29
Hex 6 8E 6E 60 0 17 2C A6 5C 1D
Octal 6 216 156 140 0 27 54 246 134 35
Binary 110 10001110 1101110 1100000 0 10111 101100 10100110 1011100 11101

Color Harmonies of #068E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068E6E

Black with #068E6E

Text Example


Text Example

White with #068E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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