Html Css Color HEX #06846F Observatory

📋 copy color: '#06846F'

red 6 ◦ green 132 ◦ blue 111

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

Shades of Observatory #06846F

Tints of Observatory #06846F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.58%

R = 2.41%
G = 53.01%
B = 44.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#06846F (or 0x06846F) is known color: Observatory. HEX triplet: 06, 84 and 6F. RGB value is (6,132,111). Sum of RGB (Red+Green+Blue) = 6+132+111=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #06846F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06846F is #F97B90. Grayscale: #5B5B5B. Windows color (decimal): -16350097 or 7308294. OLE color: 7308294.

HSL color Cylindrical-coordinate representation of color #06846F: hue angle of 170º 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 #06846F is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 132 111 -
CMYK 0.95 0 0.16 0.48
HSL 170º 0.91% 0.27% -
HSV(B) 170º 0.95% 0.52% -
XYZ 11.2 17.69 17.86 -
YUV 91.93 138.76 66.71 -
System Red Green Blue C M Y K H S L
Decimal 6 132 111 0.95 0 0.16 0.48 170 0.91 0.27
Hex 6 84 6F 5F 0 10 30 AA 5B 1B
Octal 6 204 157 137 0 20 60 252 133 33
Binary 110 10000100 1101111 1011111 0 10000 110000 10101010 1011011 11011

Color Harmonies of #06846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06846F

Black with #06846F

Text Example


Text Example

White with #06846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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