Html Css Color HEX #068B6C Observatory

📋 copy color: '#068B6C'

red 6 ◦ green 139 ◦ blue 108

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

Shades of Observatory #068B6C

Tints of Observatory #068B6C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 54.94%

 BLUE value IS 108 (42.58% from 255) = 42.69%

R = 2.37%
G = 54.94%
B = 42.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#068B6C (or 0x068B6C) is known color: Observatory. HEX triplet: 06, 8B and 6C. RGB value is (6,139,108). Sum of RGB (Red+Green+Blue) = 6+139+108=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #068B6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068B6C is #F97493. Grayscale: #5F5F5F. Windows color (decimal): -16348308 or 7113478. OLE color: 7113478.

HSL color Cylindrical-coordinate representation of color #068B6C: hue angle of 166.02º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B6C is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 139 108 -
CMYK 0.96 0 0.22 0.45
HSL 166.02º 0.92% 0.28% -
HSV(B) 166.02º 0.96% 0.55% -
XYZ 12.01 19.59 17.33 -
YUV 95.7 134.94 64.02 -
System Red Green Blue C M Y K H S L
Decimal 6 139 108 0.96 0 0.22 0.45 166.02 0.92 0.28
Hex 6 8B 6C 60 0 16 2D A6 5C 1C
Octal 6 213 154 140 0 26 55 246 134 34
Binary 110 10001011 1101100 1100000 0 10110 101101 10100110 1011100 11100

Color Harmonies of #068B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068B6C

Black with #068B6C

Text Example


Text Example

White with #068B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,139,108); }

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

background-color css

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

 a { background-color: rgb(6,139,108); }

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

border-color css

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

 span { border-color: rgb(6,139,108); }

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