Html Css Color HEX #06846C Observatory

📋 copy color: '#06846C'

red 6 ◦ green 132 ◦ blue 108

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

Shades of Observatory #06846C

Tints of Observatory #06846C

RGB

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

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

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

R = 2.44%
G = 53.66%
B = 43.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#06846C (or 0x06846C) is known color: Observatory. HEX triplet: 06, 84 and 6C. RGB value is (6,132,108). Sum of RGB (Red+Green+Blue) = 6+132+108=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #06846C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06846C is #F97B93. Grayscale: #5B5B5B. Windows color (decimal): -16350100 or 7111686. OLE color: 7111686.

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

Color convert

RGB 6 132 108 -
CMYK 0.95 0 0.18 0.48
HSL 168.57º 0.91% 0.27% -
HSV(B) 168.57º 0.95% 0.52% -
XYZ 11.03 17.62 17.01 -
YUV 91.59 137.26 66.95 -
System Red Green Blue C M Y K H S L
Decimal 6 132 108 0.95 0 0.18 0.48 168.57 0.91 0.27
Hex 6 84 6C 5F 0 12 30 A9 5B 1B
Octal 6 204 154 137 0 22 60 251 133 33
Binary 110 10000100 1101100 1011111 0 10010 110000 10101001 1011011 11011

Color Harmonies of #06846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06846C

Black with #06846C

Text Example


Text Example

White with #06846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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