Html Css Color HEX #068E69 Observatory

📋 copy color: '#068E69'

red 6 ◦ green 142 ◦ blue 105

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

Shades of Observatory #068E69

Tints of Observatory #068E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.5%

R = 2.37%
G = 56.13%
B = 41.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#068E69 (or 0x068E69) is known color: Observatory. HEX triplet: 06, 8E and 69. RGB value is (6,142,105). Sum of RGB (Red+Green+Blue) = 6+142+105=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #068E69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E69 is #F97196. Grayscale: #616161. Windows color (decimal): -16347543 or 6917638. OLE color: 6917638.

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

Color convert

RGB 6 142 105 -
CMYK 0.96 0 0.26 0.44
HSL 163.68º 0.92% 0.29% -
HSV(B) 163.68º 0.96% 0.56% -
XYZ 12.3 20.4 16.65 -
YUV 97.12 132.44 63.01 -
System Red Green Blue C M Y K H S L
Decimal 6 142 105 0.96 0 0.26 0.44 163.68 0.92 0.29
Hex 6 8E 69 60 0 1A 2C A4 5C 1D
Octal 6 216 151 140 0 32 54 244 134 35
Binary 110 10001110 1101001 1100000 0 11010 101100 10100100 1011100 11101

Color Harmonies of #068E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068E69

Black with #068E69

Text Example


Text Example

White with #068E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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