Html Css Color HEX #06947C Observatory

📋 copy color: '#06947C'

red 6 ◦ green 148 ◦ blue 124

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

Shades of Observatory #06947C

Tints of Observatory #06947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.24%

 BLUE value IS 124 (48.83% from 255) = 44.6%

R = 2.16%
G = 53.24%
B = 44.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#06947C (or 0x06947C) is known color: Observatory. HEX triplet: 06, 94 and 7C. RGB value is (6,148,124). Sum of RGB (Red+Green+Blue) = 6+148+124=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #06947C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06947C is #F96B83. Grayscale: #666666. Windows color (decimal): -16345988 or 8164358. OLE color: 8164358.

HSL color Cylindrical-coordinate representation of color #06947C: hue angle of 169.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06947C is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 148 124 -
CMYK 0.96 0 0.16 0.42
HSL 169.86º 0.92% 0.3% -
HSV(B) 169.86º 0.96% 0.58% -
XYZ 14.3 22.67 22.69 -
YUV 102.81 139.96 58.95 -
System Red Green Blue C M Y K H S L
Decimal 6 148 124 0.96 0 0.16 0.42 169.86 0.92 0.3
Hex 6 94 7C 60 0 10 2A AA 5C 1E
Octal 6 224 174 140 0 20 52 252 134 36
Binary 110 10010100 1111100 1100000 0 10000 101010 10101010 1011100 11110

Color Harmonies of #06947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06947C

Black with #06947C

Text Example


Text Example

White with #06947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,148,124); }

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

background-color css

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

 a { background-color: rgb(6,148,124); }

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

border-color css

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

 span { border-color: rgb(6,148,124); }

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