Html Css Color HEX #06856C Observatory

📋 copy color: '#06856C'

red 6 ◦ green 133 ◦ blue 108

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

Shades of Observatory #06856C

Tints of Observatory #06856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.85%

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

R = 2.43%
G = 53.85%
B = 43.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#06856C (or 0x06856C) is known color: Observatory. HEX triplet: 06, 85 and 6C. RGB value is (6,133,108). Sum of RGB (Red+Green+Blue) = 6+133+108=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #06856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06856C is #F97A93. Grayscale: #5C5C5C. Windows color (decimal): -16349844 or 7111942. OLE color: 7111942.

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

Color convert

RGB 6 133 108 -
CMYK 0.95 0 0.19 0.48
HSL 168.19º 0.91% 0.27% -
HSV(B) 168.19º 0.95% 0.52% -
XYZ 11.17 17.9 17.05 -
YUV 92.18 136.92 66.53 -
System Red Green Blue C M Y K H S L
Decimal 6 133 108 0.95 0 0.19 0.48 168.19 0.91 0.27
Hex 6 85 6C 5F 0 13 30 A8 5B 1B
Octal 6 205 154 137 0 23 60 250 133 33
Binary 110 10000101 1101100 1011111 0 10011 110000 10101000 1011011 11011

Color Harmonies of #06856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06856C

Black with #06856C

Text Example


Text Example

White with #06856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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