Html Css Color HEX #06896C Observatory

📋 copy color: '#06896C'

red 6 ◦ green 137 ◦ blue 108

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

Shades of Observatory #06896C

Tints of Observatory #06896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.58%

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

R = 2.39%
G = 54.58%
B = 43.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#06896C (or 0x06896C) is known color: Observatory. HEX triplet: 06, 89 and 6C. RGB value is (6,137,108). Sum of RGB (Red+Green+Blue) = 6+137+108=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #06896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06896C is #F97693. Grayscale: #5E5E5E. Windows color (decimal): -16348820 or 7112966. OLE color: 7112966.

HSL color Cylindrical-coordinate representation of color #06896C: hue angle of 166.72º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06896C is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 137 108 -
CMYK 0.96 0 0.21 0.46
HSL 166.72º 0.92% 0.28% -
HSV(B) 166.72º 0.96% 0.54% -
XYZ 11.73 19.01 17.24 -
YUV 94.53 135.6 64.86 -
System Red Green Blue C M Y K H S L
Decimal 6 137 108 0.96 0 0.21 0.46 166.72 0.92 0.28
Hex 6 89 6C 60 0 15 2E A7 5C 1C
Octal 6 211 154 140 0 25 56 247 134 34
Binary 110 10001001 1101100 1100000 0 10101 101110 10100111 1011100 11100

Color Harmonies of #06896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06896C

Black with #06896C

Text Example


Text Example

White with #06896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06896C; }

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

 H1.HeaderClassName
 {
   color: #06896C;
 }
 .AnyTagClassName
 {
   color: #06896C;
 }
</style>

background-color css

<style>
 a { background-color: #06896C; }

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

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

border-color css

<style>
 span { border-color: #06896C; }

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

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