Html Css Color HEX #06866B Observatory

📋 copy color: '#06866B'

red 6 ◦ green 134 ◦ blue 107

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

Shades of Observatory #06866B

Tints of Observatory #06866B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.25%

 BLUE value IS 107 (42.19% from 255) = 43.32%

R = 2.43%
G = 54.25%
B = 43.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#06866B (or 0x06866B) is known color: Observatory. HEX triplet: 06, 86 and 6B. RGB value is (6,134,107). Sum of RGB (Red+Green+Blue) = 6+134+107=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #06866B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06866B is #F97994. Grayscale: #5C5C5C. Windows color (decimal): -16349589 or 7046662. OLE color: 7046662.

HSL color Cylindrical-coordinate representation of color #06866B: hue angle of 167.34º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06866B is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 134 107 -
CMYK 0.96 0 0.20 0.47
HSL 167.34º 0.91% 0.27% -
HSV(B) 167.34º 0.96% 0.53% -
XYZ 11.25 18.15 16.82 -
YUV 92.65 136.09 66.2 -
System Red Green Blue C M Y K H S L
Decimal 6 134 107 0.96 0 0.20 0.47 167.34 0.91 0.27
Hex 6 86 6B 60 0 14 2F A7 5B 1B
Octal 6 206 153 140 0 24 57 247 133 33
Binary 110 10000110 1101011 1100000 0 10100 101111 10100111 1011011 11011

Color Harmonies of #06866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06866B

Black with #06866B

Text Example


Text Example

White with #06866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,134,107); }

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

background-color css

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

 a { background-color: rgb(6,134,107); }

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

border-color css

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

 span { border-color: rgb(6,134,107); }

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