#068469

Color #068469 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #068469

Tints of Observatory #068469

Color information

#068469 (or 0x068469) is unknown color: approx Observatory. HEX triplet: 06, 84 and 69. RGB value is (6,132,105). Sum of RGB (Red+Green+Blue) = 6+132+105=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #068469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068469 is #F97B96. Grayscale: #5B5B5B. Windows color (decimal): -16350103 or 6915078. OLE color: 6915078.

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

Color convert

RGB6132105-
CMYK0.9500.200.48
HSL167.14º91.3%27.06%-
HSV(B)167.14º95.45%51.76%-
XYZ10.8817.5616.18-
YUV91.25135.7667.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 132 (51.95% from 255) = 54.32%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=2.47%
G=54.32%
B=43.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61321050.9500.200.48167.1491.327.06
Hex684695F01430a75b1b
Octal62041511370246024713333
Binary110100001001101001101111101010011000010100111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068469; }

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

 H1.HeaderClassName
 {
   color: #068469;
 }
 .AnyTagClassName
 {
   color: #068469;
 }
</style>
background-color css

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

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

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

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

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

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