#068466

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

Shades of Observatory #068466

Tints of Observatory #068466

Color information

#068466 (or 0x068466) is unknown color: approx Observatory. HEX triplet: 06, 84 and 66. RGB value is (6,132,102). Sum of RGB (Red+Green+Blue) = 6+132+102=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #068466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068466 is #F97B99. Grayscale: #5A5A5A. Windows color (decimal): -16350106 or 6718470. OLE color: 6718470.

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

Color convert

RGB6132102-
CMYK0.9500.230.48
HSL165.71º91.3%27.06%-
HSV(B)165.71º95.45%51.76%-
XYZ10.7217.515.38-
YUV90.91134.2667.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 132 (51.95% from 255) = 55%
BLUE value IS 102 (40.23% from 255) = 42.5%
R=2.5%
G=55%
B=42.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61321020.9500.230.48165.7191.327.06
Hex684665F01730a65b1b
Octal62041461370276024613333
Binary110100001001100110101111101011111000010100110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068466; }

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

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

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

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

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

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

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

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