Html Css Color HEX #06927B Observatory

📋 copy color: '#06927B'

red 6 ◦ green 146 ◦ blue 123

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

Shades of Observatory #06927B

Tints of Observatory #06927B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.09%

 BLUE value IS 123 (48.44% from 255) = 44.73%

R = 2.18%
G = 53.09%
B = 44.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#06927B (or 0x06927B) is known color: Observatory. HEX triplet: 06, 92 and 7B. RGB value is (6,146,123). Sum of RGB (Red+Green+Blue) = 6+146+123=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #06927B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06927B is #F96D84. Grayscale: #656565. Windows color (decimal): -16346501 or 8098310. OLE color: 8098310.

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

Color convert

RGB 6 146 123 -
CMYK 0.96 0 0.16 0.43
HSL 170.14º 0.92% 0.3% -
HSV(B) 170.14º 0.96% 0.57% -
XYZ 13.93 22.03 22.26 -
YUV 101.52 140.12 59.87 -
System Red Green Blue C M Y K H S L
Decimal 6 146 123 0.96 0 0.16 0.43 170.14 0.92 0.3
Hex 6 92 7B 60 0 10 2B AA 5C 1E
Octal 6 222 173 140 0 20 53 252 134 36
Binary 110 10010010 1111011 1100000 0 10000 101011 10101010 1011100 11110

Color Harmonies of #06927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06927B

Black with #06927B

Text Example


Text Example

White with #06927B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06927B; }

 p { color: rgb(6,146,123); }

 H1.HeaderClassName
 {
   color: #06927B;
 }
 .AnyTagClassName
 {
   color: #06927B;
 }
</style>

background-color css

<style>
 a { background-color: #06927B; }

 a { background-color: rgb(6,146,123); }

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

border-color css

<style>
 span { border-color: #06927B; }

 span { border-color: rgb(6,146,123); }

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