Html Css Color HEX #068667 Observatory

📋 copy color: '#068667'

red 6 ◦ green 134 ◦ blue 103

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

Shades of Observatory #068667

Tints of Observatory #068667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.39%

R = 2.47%
G = 55.14%
B = 42.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#068667 (or 0x068667) is known color: Observatory. HEX triplet: 06, 86 and 67. RGB value is (6,134,103). Sum of RGB (Red+Green+Blue) = 6+134+103=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #068667 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068667 is #F97998. Grayscale: #5C5C5C. Windows color (decimal): -16349593 or 6784518. OLE color: 6784518.

HSL color Cylindrical-coordinate representation of color #068667: hue angle of 165.47º 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 #068667 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 134 103 -
CMYK 0.96 0 0.23 0.47
HSL 165.47º 0.91% 0.27% -
HSV(B) 165.47º 0.96% 0.53% -
XYZ 11.05 18.07 15.74 -
YUV 92.19 134.09 66.52 -
System Red Green Blue C M Y K H S L
Decimal 6 134 103 0.96 0 0.23 0.47 165.47 0.91 0.27
Hex 6 86 67 60 0 17 2F A5 5B 1B
Octal 6 206 147 140 0 27 57 245 133 33
Binary 110 10000110 1100111 1100000 0 10111 101111 10100101 1011011 11011

Color Harmonies of #068667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068667

Black with #068667

Text Example


Text Example

White with #068667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068667; }

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

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

background-color css

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

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

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

border-color css

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

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

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