Html Css Color HEX #06846A Observatory

📋 copy color: '#06846A'

red 6 ◦ green 132 ◦ blue 106

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

Shades of Observatory #06846A

Tints of Observatory #06846A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 54.1%

 BLUE value IS 106 (41.8% from 255) = 43.44%

R = 2.46%
G = 54.1%
B = 43.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#06846A (or 0x06846A) is known color: Observatory. HEX triplet: 06, 84 and 6A. RGB value is (6,132,106). Sum of RGB (Red+Green+Blue) = 6+132+106=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #06846A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06846A is #F97B95. Grayscale: #5B5B5B. Windows color (decimal): -16350102 or 6980614. OLE color: 6980614.

HSL color Cylindrical-coordinate representation of color #06846A: hue angle of 167.62º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06846A is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 132 106 -
CMYK 0.95 0 0.20 0.48
HSL 167.62º 0.91% 0.27% -
HSV(B) 167.62º 0.95% 0.52% -
XYZ 10.93 17.58 16.45 -
YUV 91.36 136.26 67.11 -
System Red Green Blue C M Y K H S L
Decimal 6 132 106 0.95 0 0.20 0.48 167.62 0.91 0.27
Hex 6 84 6A 5F 0 14 30 A8 5B 1B
Octal 6 204 152 137 0 24 60 250 133 33
Binary 110 10000100 1101010 1011111 0 10100 110000 10101000 1011011 11011

Color Harmonies of #06846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06846A

Black with #06846A

Text Example


Text Example

White with #06846A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06846A; }

 p { color: rgb(6,132,106); }

 H1.HeaderClassName
 {
   color: #06846A;
 }
 .AnyTagClassName
 {
   color: #06846A;
 }
</style>

background-color css

<style>
 a { background-color: #06846A; }

 a { background-color: rgb(6,132,106); }

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

border-color css

<style>
 span { border-color: #06846A; }

 span { border-color: rgb(6,132,106); }

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